@flyover/node-box2d
Version:
Node Box2D Package
30 lines (29 loc) • 604 B
JSON
{
"name": "@flyover/node-box2d",
"version": "0.0.1",
"author": "Flyover Games",
"homepage": "http://flyovergames.com",
"description": "Node Box2D Package",
"contributors": [
"Isaac Burns <isaacburns@gmail.com>"
],
"main": "node-box2d.js",
"repository": {
"type": "git",
"url": "git+https://github.com/flyover/node-box2d.git"
},
"license": "MIT",
"dependencies": {
"nan": "2.x"
},
"scripts": {
"install": "node-gyp rebuild"
},
"gypfile": true,
"bugs": {
"url": "https://github.com/flyover/node-box2d/issues"
},
"keywords": [
"Box2D"
]
}