r3-legacy/package.json

24 lines
576 B
JSON
Raw Normal View History

2016-10-14 12:32:53 +02:00
{
2018-11-15 14:30:37 +01:00
"name": "r3",
2018-11-21 20:57:14 +01:00
"description": "R3 Library",
"author": "-=<yb4f310",
2016-10-31 09:39:41 +01:00
"version": "1.0.0",
2021-06-17 23:28:32 +02:00
"repository": "https://gitea.cybafelo.com/cybafelo/r3.git",
2018-11-21 20:57:14 +01:00
"license": "MIT",
2016-10-14 12:32:53 +02:00
"dependencies": {
2016-10-24 15:56:28 +02:00
"cannon": "^0.6.2",
2018-11-22 14:10:00 +01:00
"gulp-cli": "^2.0.1",
2019-10-06 21:11:18 +02:00
"three": "^0.107.0"
2016-10-14 12:32:53 +02:00
},
2016-10-18 13:37:38 +02:00
"devDependencies": {
2018-11-15 14:30:37 +01:00
"gulp": "git://github.com/gulpjs/gulp.git#6d71a658c61edb3090221579d8f97dbe086ba2ed",
"gulp-concat": "*",
"gulp-inject-string": "*",
"gulp-minify": "*",
"gulp-sort": "*",
2018-11-15 14:50:58 +01:00
"gulp-string-replace": "*",
2019-10-06 21:11:18 +02:00
"lodash": "^4.17.15",
2020-02-14 10:21:57 +01:00
"npm": "^6.13.1"
2016-10-18 13:37:38 +02:00
}
2017-11-19 14:42:46 +01:00
}