-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 924 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
{
"name": "js-step-system",
"version": "1.0.0",
"description": "",
"main": "index.js",
"module": "index.js",
"directories": {
"example": "example"
},
"devDependencies": {
"babel-preset-env": "^1.6.1",
"babel-register": "^6.22.0",
"babelify": "^7.3.0",
"browserify": "14.3.0",
"gulp": "3.9.1",
"gulp-babel": "^6.1.2",
"gulp-concat": "^2.6.1",
"gulp-plumber": "^1.1.0",
"gulp-sourcemaps": "^2.6.0",
"gulp-uglify": "^2.0.1",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0",
"watchify": "^3.9.0"
},
"scripts": {
"gulp": "gulp"
},
"repository": {
"type": "git",
"url": "git+https://github.com/kaskar2008/js-step-system.git"
},
"author": "kaskar2008",
"license": "ISC",
"bugs": {
"url": "https://github.com/kaskar2008/js-step-system/issues"
},
"homepage": "https://github.com/kaskar2008/js-step-system#readme"
}