forked from wellcaffeinated/PhysicsJS
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
50 lines (50 loc) · 1.28 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
{
"name": "PhysicsJS",
"version": "0.7.0",
"author": "Jasper Palfree <[email protected]>",
"description": "A modular, extendable, and easy-to-use physics engine for javascript",
"contributors": [
{
"name": "Jasper Palfree",
"email": "[email protected]"
},
{
"name": "Tom W Hall",
"url": "http://booleanoperations.co.nz"
},
{
"name": "Nathan Gallagher",
"url": "http://twitter.com/bluerex_ca"
}
],
"main": "./dist/physicsjs-full.js",
"repository": {
"type": "git",
"url": "[email protected]:wellcaffeinated/PhysicsJS.git"
},
"keywords": [
"physics",
"engine"
],
"dependencies": {},
"devDependencies": {
"grunt": "0.4.x",
"grunt-contrib-concat": "0.x.x",
"grunt-contrib-uglify": "0.x.x",
"grunt-contrib-jasmine": "0.5.x",
"grunt-jasmine-node": "~0.1.0",
"grunt-contrib-clean": "0.x.x",
"grunt-contrib-copy": "0.x.x",
"grunt-contrib-jshint": "0.x.x",
"grunt-contrib-watch": "~0.3.1",
"grunt-template-jasmine-requirejs": "~0.1.1",
"grunt-contrib-requirejs": "~0.4.1",
"panino": "~2.2.6",
"jade": "~1.3.0",
"marked": "~0.3.2",
"synchronize": "~0.7.0",
"pygmentize-bundled": "~2.1.0"
},
"bundledDependencies": [],
"license": "MIT"
}