0
0
Fork 0
mirror of https://github.com/liabru/matter-js.git synced 2024-11-23 09:26:51 -05:00
liabru-matter-js/package.json

39 lines
968 B
JSON
Raw Normal View History

2014-02-19 09:15:05 -05:00
{
2014-06-13 05:09:44 -04:00
"name": "matter-js",
2014-05-05 14:32:51 -04:00
"version": "0.8.0",
2014-02-19 09:15:05 -05:00
"license": "MIT",
"homepage": "http://brm.io/matter-js/",
"author": "Liam Brummitt <liam@brm.io> (http://brm.io/)",
2014-02-20 13:00:38 -05:00
"description": "a 2D rigid body physics engine for the web",
2014-05-05 14:32:51 -04:00
"main": "build/matter-0.8.0.min.js",
2014-06-13 05:09:44 -04:00
"repository": {
"type": "git",
"url": "https://github.com/liabru/matter-js.git"
2014-02-27 17:50:56 -05:00
},
2014-02-20 13:00:38 -05:00
"keywords": [
"javascript",
"canvas",
"html5",
"physics",
"physics engine",
"game engine",
"rigid body physics"
],
2014-02-19 09:15:05 -05:00
"devDependencies": {
"grunt": "~0.4.2",
"grunt-contrib-concat": "~0.3.0",
"grunt-contrib-connect": "~0.6.0",
"grunt-contrib-copy": "~0.5.0",
"grunt-contrib-jshint": "~0.6.3",
"grunt-contrib-uglify": "~0.2.7",
2014-02-28 13:23:25 -05:00
"grunt-contrib-watch": "~0.5.3",
"grunt-contrib-yuidoc": "~0.5.1",
"grunt-preprocess": "^4.1.0"
2014-02-19 09:15:05 -05:00
},
"scripts": {
2014-02-28 13:38:39 -05:00
"dev": "npm install && grunt dev",
"test": "grunt test"
2014-06-13 05:09:44 -04:00
},
"dependencies": {}
2014-02-19 09:15:05 -05:00
}