UNPKG

@cocos/cannon

Version:

A lightweight 3D physics engine written in JavaScript.

51 lines (50 loc) 1.37 kB
{ "name": "@cocos/cannon", "version": "1.2.8", "description": "A lightweight 3D physics engine written in JavaScript.", "homepage": "https://github.com/cocos-creator/cannon.js", "author": "Stefan Hedman <schteppe@gmail.com> (http://steffe.se), JayceLai", "keywords": [ "cannon.js", "cocos", "creator", "physics", "engine", "3d" ], "scripts": { "build":"grunt && npm run preprocess && grunt addLicense && grunt addDate", "preprocess":"node node_modules/uglify-js/bin/uglifyjs build/cannon.js -o build/cannon.min.js -c -m", "postpublish": "cnpm sync @cocos/cannon" }, "main": "./build/cannon.js", "engines": { "node": "*" }, "repository": { "type": "git", "url": "https://github.com/cocos-creator/cannon.js.git" }, "bugs": { "url": "https://github.com/cocos-creator/cannon.js/issues" }, "licenses": [ { "type": "MIT" } ], "devDependencies": { "jshint": "latest", "uglify-js": "latest", "nodeunit": "^0.9.0", "grunt": "~0.4.0", "grunt-contrib-jshint": "~0.1.1", "grunt-contrib-nodeunit": "^0.4.1", "grunt-contrib-concat": "~0.1.3", "grunt-contrib-uglify": "^0.5.1", "grunt-browserify": "^2.1.4", "grunt-contrib-yuidoc": "^0.5.2", "browserify": "*" }, "dependencies": {} }