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

67 lines
1.6 KiB
JSON
Raw Normal View History

2014-02-19 09:15:05 -05:00
{
2014-06-13 05:09:44 -04:00
"name": "matter-js",
2018-01-10 16:35:40 -05:00
"version": "0.14.1",
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",
2016-11-03 20:34:11 -04:00
"main": "build/matter.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": {
2017-02-01 19:16:50 -05:00
"browserify": "^14.0.0",
"browserify-shim": "^3.8.13",
"cheerio": "^0.22.0",
"connect-livereload": "^0.6.0",
"event-stream": "^3.3.2",
2017-02-01 19:16:50 -05:00
"fast-json-patch": "^1.1.4",
"gulp": "^3.9.0",
2017-02-01 19:16:50 -05:00
"gulp-bump": "^2.6.1",
"gulp-clone": "^1.0.0",
"gulp-concat": "^2.6.0",
2017-02-01 19:16:50 -05:00
"gulp-conventional-changelog": "^1.1.0",
2016-11-09 15:44:33 -05:00
"gulp-derequire": "^2.1.0",
2017-02-01 19:16:50 -05:00
"gulp-eslint": "^3.0.1",
"gulp-github-release": "^1.2.1",
"gulp-header": "^1.7.1",
"gulp-preprocess": "^2.0.0",
"gulp-rename": "^1.2.2",
"gulp-replace": "^0.5.4",
"gulp-tag-version": "^1.3.0",
2017-02-01 19:16:50 -05:00
"gulp-uglify": "^2.0.1",
"gulp-util": "^3.0.8",
"gulp-webdriver": "^2.0.3",
"gulp-webserver": "^0.9.1",
2015-08-16 19:50:23 -04:00
"mkdirp": "^0.5.1",
"rimraf": "^2.4.2",
"run-sequence": "^1.1.4",
2017-02-01 19:16:50 -05:00
"through2": "^2.0.3",
"vinyl-transform": "^1.0.0",
2017-02-01 19:16:50 -05:00
"watchify": "^3.9.0",
"yuidocjs": "^0.10.2"
2014-02-19 09:15:05 -05:00
},
"scripts": {
2017-01-26 19:17:34 -05:00
"test": "gulp build:dev && gulp lint"
2014-06-13 05:09:44 -04:00
},
2016-04-26 17:59:41 -04:00
"dependencies": {},
"files": [
"src",
"build",
"CHANGELOG.md"
2016-12-01 19:29:08 -05:00
],
"browserify-shim": {
"poly-decomp": "global:decomp"
}
2014-02-19 09:15:05 -05:00
}