2016-02-19 12:58:16 -05:00
|
|
|
{
|
|
|
|
"author": "Timothy J. Warren",
|
|
|
|
"dependencies": {
|
|
|
|
"axios": "^0.9.1",
|
|
|
|
"body-parser": "~1.13.2",
|
2016-05-06 13:21:00 -04:00
|
|
|
"ci-node-query": "^4.0.0",
|
2016-02-19 12:58:16 -05:00
|
|
|
"cookie-parser": "~1.3.5",
|
|
|
|
"debug": "~2.2.0",
|
|
|
|
"dotenv": "^2.0.0",
|
|
|
|
"errors": "^0.3.0",
|
2016-05-06 13:21:00 -04:00
|
|
|
"eslint": "^2.9.0",
|
2016-02-19 12:58:16 -05:00
|
|
|
"express": "4.*",
|
2016-02-19 16:17:59 -05:00
|
|
|
"express-handlebars": "^3.0.0",
|
2016-02-19 16:23:00 -05:00
|
|
|
"express-negotiate": "0.0.5",
|
2016-02-19 12:58:16 -05:00
|
|
|
"express-session": "^1.13.0",
|
|
|
|
"getargs": "0.0.8",
|
|
|
|
"glob": "^6.0.4",
|
|
|
|
"helmet": "^1.1.0",
|
|
|
|
"highlight.js": "^9.1.0",
|
2016-05-06 13:21:00 -04:00
|
|
|
"jscs": "^2.11.0",
|
2016-02-24 14:01:10 -05:00
|
|
|
"knex": "^0.10.0",
|
2016-02-19 12:58:16 -05:00
|
|
|
"lodash": "^4.5.0",
|
2016-02-25 20:54:23 -05:00
|
|
|
"markdown-it": "^6.0.0",
|
|
|
|
"moment": "^2.11.2",
|
2016-02-19 12:58:16 -05:00
|
|
|
"morgan": "~1.6.1",
|
|
|
|
"nodemon": "^1.9.0",
|
2016-05-06 13:21:00 -04:00
|
|
|
"nsp": "^2.4.0",
|
2016-02-24 14:01:10 -05:00
|
|
|
"scrypt": "^6.0.1",
|
|
|
|
"sqlite3": "^3.1.1",
|
2016-02-19 12:58:16 -05:00
|
|
|
"winston": "^2.1.1"
|
|
|
|
},
|
2016-02-24 14:01:10 -05:00
|
|
|
"description": "A simple blog with built-in code snippet functionality",
|
2016-02-19 12:58:16 -05:00
|
|
|
"devDependencies": {
|
2016-05-06 13:21:00 -04:00
|
|
|
"apidoc": "^0.15.1",
|
|
|
|
"chai": "^3.5.0",
|
|
|
|
"chai-as-promised": "^5.3.0",
|
|
|
|
"documentation": "^4.0.0-beta1",
|
|
|
|
"eslint": "^3.0.0",
|
|
|
|
"globstar": "^1.0.0",
|
2016-02-19 12:58:16 -05:00
|
|
|
"istanbul": "0.4.*",
|
2016-05-06 13:21:00 -04:00
|
|
|
"jscs": "^3.0.0",
|
|
|
|
"mocha": "^2.4.5",
|
|
|
|
"npm-run-all": "^1.6.0",
|
|
|
|
"nsp": "^2.2.1",
|
|
|
|
"parallelshell": "^2.0.0",
|
2016-02-19 12:58:16 -05:00
|
|
|
"pre-commit": "^1.1.2",
|
2016-03-09 14:33:45 -05:00
|
|
|
"sinon": "^1.17.3",
|
|
|
|
"sinon-chai": "^2.8.0",
|
2016-02-19 12:58:16 -05:00
|
|
|
"supertest": "^1.1.0"
|
|
|
|
},
|
|
|
|
"engines": {
|
|
|
|
"node": ">4.0.0"
|
|
|
|
},
|
|
|
|
"files": [
|
|
|
|
"lib/",
|
|
|
|
"server.js"
|
|
|
|
],
|
|
|
|
"license": "MIT",
|
|
|
|
"main": "./server.js",
|
2016-05-06 13:21:00 -04:00
|
|
|
"name": "ProgBlog",
|
2016-02-19 12:58:16 -05:00
|
|
|
"pre-commit": {
|
|
|
|
"silent": false,
|
|
|
|
"run": [
|
2016-05-06 13:21:00 -04:00
|
|
|
"default"
|
2016-02-19 12:58:16 -05:00
|
|
|
]
|
|
|
|
},
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
2016-02-24 14:01:10 -05:00
|
|
|
"url": "https://git.timshomepage.net/timw4mail/ProgBlog.git"
|
2016-02-19 12:58:16 -05:00
|
|
|
},
|
|
|
|
"scripts": {
|
2016-05-06 13:21:00 -04:00
|
|
|
"audit": "nsp check",
|
|
|
|
"build": "npm-run-all --parallel lint:src lint:tests docs:src docs:api coverage",
|
|
|
|
"coverage": "istanbul cover ./node_modules/mocha/bin/_mocha",
|
|
|
|
"default": "npm-run-all --parallel audit lint:src lint:tests test",
|
|
|
|
"docs": "npm-run-all --parallel docs:src docs:api",
|
|
|
|
"docs:api": "apidoc -i ./app/ -o ./public/api-docs/",
|
|
|
|
"docs:src": "globstar -- documentation build -f html -o public/docs \"app/**/*.js\"",
|
|
|
|
"lint": "npm-run-all lint:tests lint:src",
|
|
|
|
"lint:src": "jscs server.js ./app && eslint server.js ./app",
|
|
|
|
"lint:tests": "jscs ./test && eslint ./test",
|
|
|
|
"start": "nodemon --debug server.js",
|
|
|
|
"test": "mocha"
|
2016-02-19 12:58:16 -05:00
|
|
|
},
|
|
|
|
"version": "0.0.1"
|
|
|
|
}
|