-
Notifications
You must be signed in to change notification settings - Fork 11
/
package.json
41 lines (41 loc) · 1.08 KB
/
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
39
40
41
{
"name": "build-babel",
"version": "1.0.0",
"description": "All my scripts are now babelified",
"main": "index.js",
"dependencies": {
"gulp-rename": "^1.2.2",
"nan": "^2.5.0",
"react": "^15.3.2",
"react-dom": "^15.3.2",
"react-redux": "^4.4.5",
"react-router": "^3.0.0",
"redux": "^3.6.0"
},
"devDependencies": {
"babel-plugin-transform-object-rest-spread": "^6.16.0",
"babel-polyfill": "^6.16.0",
"babel-preset-es2015": "^6.16.0",
"babel-preset-es2017": "^6.16.0",
"fs": "0.0.1-security",
"gulp": "^3.9.1",
"gulp-babel": "^6.1.2",
"gulp-clean": "^0.3.2",
"gulp-contains": "^1.1.0",
"gulp-if": "^2.0.1",
"gulp-insert": "^0.5.0",
"gulp-js-obfuscator": "^1.0.0",
"gulp-jscrambler": "^1.0.2",
"gulp-jshint": "^2.0.1",
"gulp-replace": "^0.5.4",
"gulp-src-ordered-globs": "^1.0.3",
"gulp-util": "^3.0.7",
"gulp-zip": "^3.2.0",
"jshint": "^2.9.4"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Noitidart <noitidart@gmail.com>",
"license": "ISC"
}