-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 914 Bytes
/
package.json
File metadata and controls
38 lines (38 loc) · 914 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": "unnamed",
"version": "0.1.0",
"description": "A roguelike.",
"repository": {
"type": "git",
"url": "https://github.com/ehgoodenough/slush-react-game"
},
"dependencies": {
"node-uuid": "^1.4.3",
"react": "~0.12.2",
"vkey": "~1.0.0",
"yabh": "^1.0.0"
},
"devDependencies": {
"aliasify": "~1.7.2",
"browserify": "~9.0.3",
"chalk": "~1.0.0",
"del": "~1.1.1",
"envify": "~3.3.0",
"gulp": "~3.8.11",
"gulp-autoprefixer": "~2.1.0",
"gulp-connect": "~2.2.0",
"gulp-if": "~1.2.5",
"gulp-json-transform": "~0.2.0",
"gulp-minify-css": "~0.5.1",
"gulp-minify-html": "~1.0.1",
"gulp-sass": "~1.3.3",
"gulp-uglify": "~1.1.0",
"gulp-util": "~3.0.4",
"opn": "~1.0.1",
"reactify": "~1.0.0",
"vinyl-buffer": "~1.0.0",
"vinyl-source-stream": "~1.1.0",
"watchify": "~2.4.0",
"yargs": "~3.5.3"
}
}