forked from wellcaffeinated/PhysicsJS
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
33 lines (33 loc) · 947 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
{
"name": "PhysicsJS",
"version": "0.5.1",
"author": "Jasper Palfree <[email protected]>",
"description": "A modular, extendable, and easy-to-use physics engine for javascript",
"contributors": [
{
"name": "Jasper Palfree",
"email": "[email protected]"
}
],
"main": "./dist/physicsjs-full-0.5.0.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.4.x",
"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-lodash": "~0.3.0",
"grunt-template-jasmine-requirejs": "~0.1.1"
},
"bundledDependencies": [],
"license": "MIT"
}