r3-legacy/package.json

22 lines
513 B
JSON

{
"name": "r3",
"description": "R3",
"version": "1.0.0",
"repository": "https://bitbucket.org/cybafelo/r3/src/master/",
"license": "UNLICENSED",
"dependencies": {
"cannon": "^0.6.2",
"three": "*"
},
"devDependencies": {
"gulp": "git://github.com/gulpjs/gulp.git#6d71a658c61edb3090221579d8f97dbe086ba2ed",
"gulp-concat": "*",
"gulp-inject-string": "*",
"gulp-minify": "*",
"gulp-sort": "*",
"gulp-watch": "^5.0.1",
"lodash": "^4.17.2",
"npm": "^6.4.1"
}
}