forked from evilfer/react-phaser
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 loc) · 1017 Bytes
/
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": "react-phaser",
"version": "0.1.6",
"description": "Phaser implementation for React",
"repository": {
"type": "git",
"url": "https://github.com/evilfer/react-phaser.git"
},
"main": "src/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Eloy Villasclaras <[email protected]>",
"license": "BSD",
"bugs": {
"url": "https://github.com/evilfer/react-phaser/issues"
},
"keywords": [
"React",
"Phaser"
],
"dependencies": {
"extend": "^3.0.0",
"invariant": "^2.2.1",
"p2": "^0.7.1",
"phaser": "^2.4.6",
"react-anything": "^0.1.5"
},
"devDependencies": {
"babel-core": "^6.7.6",
"babel-loader": "^6.2.4",
"babel-preset-es2015": "6.6.0",
"babel-preset-react": "6.5.0",
"chai": "^3.5.0",
"gulp": "^3.9.1",
"gulp-util": "^3.0.7",
"mocha": "^2.4.5",
"script": "^0.1.4",
"sinon": "^1.17.3",
"sinon-chai": "^2.8.0",
"webpack": "^1.12.14"
}
}