Files
cdnjs/ajax/libs/p2.js/package.json
T

52 lines
1011 B
JSON

{
"name": "p2.js",
"version": "0.6.0",
"description": "A JavaScript 2D physics engine.",
"author": "Stefan Hedman <schteppe@gmail.com> (http://steffe.se)",
"keywords": [
"p2.js",
"p2",
"physics",
"engine",
"2d"
],
"main": "./src/p2.js",
"engines": {
"node": "*"
},
"repository": {
"type": "git",
"url": "https://github.com/schteppe/p2.js.git"
},
"bugs": {
"url": "https://github.com/schteppe/p2.js/issues"
},
"licenses": [
{
"type": "MIT"
}
],
"devDependencies": {
"grunt": "~0.4.0",
"grunt-contrib-jshint": "~0.9.2",
"grunt-contrib-nodeunit": "~0.1.2",
"grunt-contrib-uglify": "~0.4.0",
"grunt-browserify": "~2.0.1",
"z-schema": "~2.4.6"
},
"dependencies": {
"poly-decomp": "git://github.com/schteppe/poly-decomp.js",
"gl-matrix": "2.1.0"
},
"filename": "p2.min.js",
"npmName": "p2",
"npmFileMap": [
{
"basePath": "/build/",
"files": [
"*"
]
}
]
}