package.json
413 Bytes
{
"name": "example",
"version": "0.0.0",
"private": true,
"scripts": {
"start": "node --use_strict ./bin/www"
},
"dependencies": {
"body-parser": "~1.13.2",
"bookshelf": "^0.9.2",
"cookie-parser": "~1.3.5",
"debug": "~2.2.0",
"ejs": "~2.3.3",
"express": "~4.13.1",
"knex": "^0.10.0",
"morgan": "~1.6.1",
"serve-favicon": "~2.3.0",
"sqlite3": "^3.1.1"
}
}