-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 868 Bytes
/
package.json
File metadata and controls
39 lines (39 loc) · 868 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
39
{
"name": "react-playground",
"version": "0.0.1",
"author": {
"name": "Christoph Neumann",
"email": "christoph@neumannhaus.com",
"url": "http://neumannhaus.com"
},
"dependencies": {
"events": "1.0.2",
"jquery": "2.1.3",
"mori": "0.2.6",
"react": "0.11.2"
},
"devDependencies": {
"browserify": "9.0.3",
"gulp": "3.8.11",
"gulp-clean": "0.3.1",
"gulp-concat": "2.5.2",
"gulp-imagemin": "2.2.1",
"gulp-print": "1.1.0",
"gulp-rename": "1.2.0",
"gulp-sass": "1.3.3",
"gulp-streamify": "0.0.5",
"gulp-template": "3.0.0",
"gulp-uglify": "1.1.0",
"gulp-util": "3.0.4",
"gulp-watch": "4.1.1",
"node-serialize": "0.0.4",
"reactify": "0.14.1",
"underscore": "1.8.2",
"vinyl-source-stream": "1.0.0"
},
"browserify": {
"transform": [
"reactify"
]
}
}