forked from palcu/devnull
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 815 Bytes
/
package.json
File metadata and controls
38 lines (38 loc) · 815 Bytes
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": "devnull",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"watch": "watchify src/all-that-is.jsx -o build/bundle.js",
"lint": "gulp lint"
},
"author": "",
"license": "ISC",
"dependencies": {
"flux": "^2.0.1",
"json-markup": "^0.1.6",
"lodash": "^2.4.1",
"log-with-style": "^0.1.5",
"mousetrap": "0.0.1",
"react": "^0.11.2",
"react-bootstrap": "^0.12.0"
},
"browserify": {
"transform": [
"reactify"
]
},
"devDependencies": {
"browserify": "^6.1.0",
"glob": "^4.0.6",
"gulp": "^3.8.9",
"gulp-jshint": "^1.8.5",
"gulp-react": "^1.0.2",
"jquery": "^2.1.1",
"jshint-stylish": "^1.0.0",
"reactify": "^0.14.0",
"vinyl-source-stream": "^1.0.0",
"watchify": "^2.0.0"
}
}