-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 913 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
{
"name": "helloworld",
"version": "1.1.0",
"description": "",
"main": "./index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"browserify-shim": {},
"dependencies": {
"babel-preset-es2015": "^6.0.15",
"babel-preset-react": "^6.0.15",
"babel-preset-stage-1": "^6.0.15",
"babelify": "^7.2.0",
"browserify": "^12.0.1",
"browserify-shim": "git://github.com/tommyZZM/browserify-shim.git#configable-inscript",
"coffeeify": "^1.1.0",
"del": "^2.0.2",
"exposify": "~0.4.3",
"gulp": "latest",
"gulp-sass": "^2.1.0",
"gulp-util": "^3.0.6",
"merge-stream": "^1.0.0",
"require-dir": "^0.3.0",
"tsify": "latest",
"typescript": "^1.8.0-dev.20151108",
"vinyl-buffer": "^1.0.0",
"vinyl-paths": "^2.0.0",
"vinyl-source-stream": "^1.1.0",
"watchify": "^3.6.0"
}
}