You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
31 lines
668 B
JSON
31 lines
668 B
JSON
10 years ago
|
{
|
||
|
"name": "openNG",
|
||
|
"version": "0.0.1",
|
||
|
"private": true,
|
||
|
"scripts": {
|
||
|
"start": "node ./bin/www"
|
||
|
},
|
||
|
"dependencies": {
|
||
|
"express": "~4.2.0",
|
||
|
"static-favicon": "~1.0.0",
|
||
|
"morgan": "~1.0.0",
|
||
|
"cookie-parser": "~1.0.1",
|
||
|
"body-parser": "~1.0.0",
|
||
|
"debug": "~0.7.4",
|
||
|
"jade": "~1.3.0"
|
||
|
},
|
||
|
"devDependencies": {
|
||
|
"gulp": "~3.8.0",
|
||
|
"gulp-cached": "~0.0.3",
|
||
|
"gulp-coffee": "~2.0.1",
|
||
|
"gulp-concat": "~2.2.0",
|
||
|
"gulp-jade": "^0.7.0",
|
||
|
"gulp-livereload": "~2.1.0",
|
||
|
"gulp-nodemon": "~1.0.4",
|
||
|
"gulp-plumber": "~0.6.3",
|
||
|
"gulp-remember": "~0.2.0",
|
||
|
"gulp-rename": "~1.2.0",
|
||
|
"gulp-util": "~2.2.17"
|
||
|
}
|
||
|
}
|