-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
53 lines (53 loc) · 1.5 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
45
46
47
48
49
50
51
52
53
{
"name": "orion",
"version": "0.1.0",
"description": "",
"dependencies": {
"babel-cli": "^6.0.0",
"brfs": "1.4.3",
"css-loader": "0.23.1",
"p2": "0.7.1",
"phaser": "2.4.6",
"phaser-shim": "2.4.7",
"pixi.js": "3.0.10",
"react": "^0.14.3",
"react-css-modules": "3.7.6",
"react-demo": "1.2.0",
"react-dom": "^0.14.3",
"react-list": "0.7.16",
"style-loader": "0.13.1",
"transform-loader": "0.2.3"
},
"main": "server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"styleguide-server": "styleguidist server",
"styleguide-build": "styleguidist build",
"build-phaser": "cd node_modules/phaser && grunt custom --exclude p2,creature,ninja --split true"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ericmuyser/orion.git"
},
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/ericmuyser/orion/issues"
},
"homepage": "https://github.com/ericmuyser/orion#readme",
"devDependencies": {
"babel-core": "^6.0.0",
"babel-eslint": "^4.1.6",
"babel-jscs": "^2.0.5",
"babel-loader": "^6.2.3",
"babel-preset-es2015": "^6.3.13",
"babel-preset-react": "^6.3.13",
"babel-preset-react-hmre": "1.1.1",
"babel-preset-stage-0": "^6.3.13",
"grunt": "^0.4.5",
"grunt-contrib-connect": "git+https://github.com/gruntjs/grunt-contrib-connect.git",
"react-styleguidist": "2.1.0",
"webpack": "1.12.14",
"webpack-dev-server": "^1.12.1"
}
}