-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
44 lines (44 loc) · 1.05 KB
/
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
35
36
37
38
39
40
41
42
43
44
{
"name": "cross-roads",
"version": "0.0.1",
"description": "Cross Roads GGJ16",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/clowenhg/CrossRoads.git"
},
"keywords": [
"GGJ16",
"\"Game",
"Jam\""
],
"author": "Christopher Lowenthal, Justin Giannone",
"license": "ISC",
"bugs": {
"url": "https://github.com/clowenhg/CrossRoads/issues"
},
"homepage": "https://github.com/clowenhg/CrossRoads#readme",
"dependencies": {
"pixi.js": "^3.0.9",
"seedrandom": "^2.4.2"
},
"devDependencies": {
"babel-loader": "^6.2.1",
"babel-preset-es2015": "^6.3.13",
"babel-preset-react": "^6.3.13",
"del": "^2.2.0",
"file-loader": "^0.8.5",
"gulp": "^3.9.0",
"gulp-rename": "^1.2.2",
"gulp-sourcemaps": "^1.6.0",
"gulp-uglify": "^1.5.1",
"gulp-util": "^3.0.7",
"gulp-webpack": "^1.5.0",
"json-loader": "^0.5.4",
"vinyl-buffer": "^1.0.0",
"webpack": "^1.12.12"
}
}