UNPKG

newton

Version:

A playful, particle-based physics engine designed from the ground up for JavaScript.

35 lines (34 loc) 849 B
{ "name": "newton", "version": "0.2.12", "main": "index.js", "description": "A playful, particle-based physics engine designed from the ground up for JavaScript.", "repository": { "type": "git", "url": "https://github.com/hunterloftis/newton" }, "scripts": { "test": "mocha spec/*.spec.js" }, "devDependencies": { "matcha": "~0.4.1", "watchify": "^0.6.4", "uglify-js": "^2.4.13", "mocha": "^1.18.2", "chai": "^1.9.1", "browserify": "^3.43.0", "eventemitter2": "^0.4.13", "jade": "^1.3.1", "node-static": "^0.7.3" }, "author": "Hunter Loftis <hunter@hunterloftis.com>", "license": "MIT", "readmeFilename": "readme.md", "bugs": { "url": "https://github.com/hunterloftis/newton/issues" }, "dependencies": { "eventemitter2": "~0.4.13", "lodash": "^2.4.1" } }