mirror of
https://github.com/taigrr/skyline
synced 2025-01-18 04:33:13 -08:00
16 lines
324 B
JSON
16 lines
324 B
JSON
{
|
|
"name": "3d-contributions",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
"start": "node node_modules/gulp/bin/gulp.js auto"
|
|
},
|
|
"devDependencies": {
|
|
"browser-sync": "^2.18.2",
|
|
"gulp": "^4.0.2",
|
|
"gulp-watch": "^5.0.1"
|
|
},
|
|
"dependencies": {
|
|
"three": "^0.123.0"
|
|
}
|
|
}
|