-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
43 lines (43 loc) · 1.08 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
{
"name": "pantheon_game",
"version": "1.0.0",
"description": "a little javascript/html5 canvas game",
"main": "pantheon_game.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"postinstall": "npm run build",
"build": "node_modules/.bin/gulp build",
"dev": "node_modules/.bin/gulp",
"start": "node server.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ianlofs/unicorn_game.git"
},
"keywords": [
"html5",
"canvas"
],
"author": "Ian Lofgren",
"license": "ISC",
"bugs": {
"url": "https://github.com/ianlofs/unicorn_game/issues"
},
"homepage": "https://github.com/ianlofs/unicorn_game#readme",
"dependencies": {
"babel-core": "^6.7.7",
"babel-loader": "^6.2.4",
"babel-preset-es2015": "^6.6.0",
"css-loader": "^0.23.1",
"express": "^4.13.4",
"file-loader": "^0.8.5",
"gulp": "^3.9.1",
"gulp-util": "^3.0.7",
"lodash": "^4.12.0",
"style-loader": "^0.13.1",
"webpack": "^1.13.0",
"webpack-dev-server": "^1.14.1"
},
"devDependencies": {
}
}