-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 902 Bytes
/
package.json
File metadata and controls
38 lines (38 loc) · 902 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": "react-stack-playground",
"private": true,
"version": "0.0.1",
"repository": {
"type": "git",
"url": "https://github.com/aslansky/react-stack-playground.git"
},
"homepage": "https://github.com/aslansky/react-stack-playground",
"author": {
"name": "Alexander Slansky",
"email": "alexander@slansky.net",
"url": "http://slansky.net"
},
"dependencies": {
"react": "~0.8.0",
"showdown": "aslansky/showdown",
"shoe": "0.0.15",
"node-bourbon": "1.0.0",
"director": "~1.2.2"
},
"devDependencies": {
"gulp-util": "~2.2.12",
"gulp": "~3.4.0",
"gulp-browserify": "0.3.4",
"gulp-if": "0.0.3",
"gulp-sass": "~0.4.0",
"gulp-uglify": "~0.1.0",
"reactify": "~0.5.1",
"tiny-lr": "0.0.5",
"express": "~3.4.7",
"chokidar": "~0.8.1",
"gulp-watch": "~0.5.0"
},
"engines": {
"node": ">=0.10.0"
}
}