forked from chandlerprall/GoblinPhysics
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
26 lines (26 loc) · 668 Bytes
/
Copy pathpackage.json
File metadata and controls
26 lines (26 loc) · 668 Bytes
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
{
"name": "goblinphysics",
"version": "0.9.2",
"description": "3D physics engine for JavaScript",
"homepage": "https://github.com/chandlerprall/GoblinPhysics",
"repository": {
"type": "git",
"url": "https://github.com/chandlerprall/GoblinPhysics"
},
"bugs": "https://github.com/chandlerprall/GoblinPhysics/issues",
"main": "./build/goblin.min.js",
"keywords": [
"goblin", "physics", "engine", "3d"
],
"author": {
"name": "Chandler Prall",
"email": "chandler.prall@gmail.com"
},
"license": "zlib",
"devDependencies": {
"gulp": "3.9.x",
"gulp-concat": "2.5.x",
"gulp-uglify": "1.2.x",
"gulp-jshint": "1.11.0"
}
}