forked from github/game-off-2016
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 loc) · 1.15 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": "console-cowboys",
"version": "1.0.0",
"description": "can you jam with the console cowboys in cyberspace?",
"author": "rothschild games",
"main": "index.js",
"scripts": {
"start": "webpack",
"dev": "webpack",
"deploy": "webpack --config webpack.production.config.js",
"open": "open http://localhost:3000/",
"test": "standard"
},
"license": "ISC",
"devDependencies": {
"babel-core": "^6.14.0",
"babel-eslint": "^7.1.0",
"babel-loader": "^6.2.5",
"babel-polyfill": "^6.13.0",
"babel-preset-es2015": "^6.14.0",
"browser-sync": "^2.15.0",
"browser-sync-webpack-plugin": "^1.1.2",
"eslint": "^3.10.0",
"expose-loader": "^0.7.1",
"standard": "^8.0.0",
"webfontloader": "^1.6.26",
"webpack": "^1.13.2"
},
"repository": {
"type": "git",
"url": "[email protected]:RothschildGames/console-cowboys.git"
},
"dependencies": {
"babel-plugin-transform-object-rest-spread": "^6.16.0",
"graphlib": "^2.1.1",
"line-circle-collision": "^1.1.3",
"lodash": "^4.16.6",
"phaser": "^2.6.2",
"random-item": "^1.0.0",
"times-loop": "^2.0.0",
"uuid": "^2.0.3"
}
}