r3-legacy/package.json

23 lines
545 B
JSON
Raw Normal View History

2016-10-14 12:32:53 +02:00
{
2018-11-15 14:30:37 +01:00
"name": "r3",
"description": "R3",
2016-10-31 09:39:41 +01:00
"version": "1.0.0",
2018-11-15 14:40:26 +01:00
"repository": "https://bitbucket.org/cybafelo/r3/src/master/",
2017-11-19 14:35:32 +01:00
"license": "UNLICENSED",
2016-10-14 12:32:53 +02:00
"dependencies": {
2016-10-24 15:56:28 +02:00
"cannon": "^0.6.2",
2018-11-15 14:30:37 +01:00
"three": "*"
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": "*",
2018-11-15 14:30:37 +01:00
"gulp-watch": "^5.0.1",
2018-11-15 14:40:26 +01:00
"lodash": "^4.17.2",
"npm": "^6.4.1"
2016-10-18 13:37:38 +02:00
}
2017-11-19 14:42:46 +01:00
}