75 lines
1.6 KiB
JSON
75 lines
1.6 KiB
JSON
{
|
|
"author": "Timothy J. Warren",
|
|
"dependencies": {
|
|
"axios": "^0.9.1",
|
|
"body-parser": "~1.13.2",
|
|
"ci-node-query": "^3.1.0",
|
|
"cookie-parser": "~1.3.5",
|
|
"debug": "~2.2.0",
|
|
"dotenv": "^2.0.0",
|
|
"errors": "^0.3.0",
|
|
"eslint": "^1.10.3",
|
|
"express": "4.*",
|
|
"express-handlebars": "^3.0.0",
|
|
"express-negotiate": "0.0.5",
|
|
"express-session": "^1.13.0",
|
|
"getargs": "0.0.8",
|
|
"glob": "^6.0.4",
|
|
"helmet": "^1.1.0",
|
|
"highlight.js": "^9.1.0",
|
|
"lodash": "^4.5.0",
|
|
"marked": "^0.3.5",
|
|
"morgan": "~1.6.1",
|
|
"nodemon": "^1.9.0",
|
|
"winston": "^2.1.1"
|
|
},
|
|
"description": "An Opinionated Take on express with use of ES6 features",
|
|
"devDependencies": {
|
|
"chai": "^3.4.1",
|
|
"chai-as-promised": "^5.2.0",
|
|
"eslint": "1.10.*",
|
|
"gulp": "3.9.*",
|
|
"gulp-apidoc": "0.2.*",
|
|
"gulp-documentation": "2.1.*",
|
|
"gulp-eslint": "^2.0.0",
|
|
"gulp-istanbul": "^0.10.3",
|
|
"gulp-jscs": "3.0.*",
|
|
"gulp-mocha": "2.2.*",
|
|
"gulp-nsp": "^2.3.0",
|
|
"gulp-pipe": "1.0.*",
|
|
"istanbul": "0.4.*",
|
|
"mocha": "2.3.*",
|
|
"pre-commit": "^1.1.2",
|
|
"supertest": "^1.1.0"
|
|
},
|
|
"directories": {
|
|
"lib": "./lib"
|
|
},
|
|
"engines": {
|
|
"node": ">4.0.0"
|
|
},
|
|
"files": [
|
|
"lib/",
|
|
"server.js"
|
|
],
|
|
"license": "MIT",
|
|
"main": "./server.js",
|
|
"name": "crispy-train",
|
|
"pre-commit": {
|
|
"silent": false,
|
|
"run": [
|
|
"gulp"
|
|
]
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/timw4mail/crispy-train.git"
|
|
},
|
|
"scripts": {
|
|
"start": "nodemon server.js",
|
|
"gulp": "gulp default",
|
|
"test": "gulp test"
|
|
},
|
|
"version": "0.0.1"
|
|
}
|