r3-legacy/package.json

24 lines
576 B
JSON

{
"name": "r3",
"description": "R3 Library",
"author": "-=<yb4f310",
"version": "1.0.0",
"repository": "https://gitea.cybafelo.com/cybafelo/r3.git",
"license": "MIT",
"dependencies": {
"cannon": "^0.6.2",
"gulp-cli": "^2.0.1",
"three": "^0.107.0"
},
"devDependencies": {
"gulp": "git://github.com/gulpjs/gulp.git#6d71a658c61edb3090221579d8f97dbe086ba2ed",
"gulp-concat": "*",
"gulp-inject-string": "*",
"gulp-minify": "*",
"gulp-sort": "*",
"gulp-string-replace": "*",
"lodash": "^4.17.15",
"npm": "^6.13.1"
}
}