forked from kripken/box2d.js
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 1008 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
{
"name": "@ludic/box2d",
"version": "1.0.3",
"description": "JS port of Box2D",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Ludic/box2d.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/Ludic/box2d/issues"
},
"main": "build/Box2D_v2.3.1_min.wasm.js",
"types": "index.d.ts",
"files": [
"build/",
"index.d.ts"
],
"homepage": "https://github.com/Ludic/box2d#readme",
"devDependencies": {
"babel": "^5.8.21",
"babel-core": "^6.21.0",
"babel-loader": "^6.2.10",
"babel-preset-es2015": "^6.18.0",
"babel-preset-stage-1": "^6.16.0",
"chai": "^3.2.0",
"jspm": "^0.16.1",
"mocha": "^2.5.3",
"mocha-loader": "^1.1.0",
"mocha-webpack": "^1.0.0-beta.1",
"sinon": "^1.16.1",
"sinon-chai": "^2.8.0",
"systemjs": "^0.18.14",
"webpack": "^2.2.0-rc.7",
"webpack-dev-server": "^1.16.2"
}
}