@onehilltech/blueprint
Version:
lightweight, simple, elegant framework for building mean applications
54 lines (53 loc) • 1.48 kB
JSON
{
"name": "@onehilltech/blueprint",
"author": "One Hill Technologies, LLC",
"version": "0.39.1",
"description": "lightweight, simple, elegant framework for building mean applications",
"license": "Apache-2.0",
"main": "./lib",
"repository": {
"type": "git",
"url": "https://github.com/onehilltech/blueprint.git"
},
"dependencies": {
"async": "^1.5.2",
"body-parser": "^1.13.2",
"commander": "^2.8.1",
"consolidate": "^0.14.0",
"cookie-parser": "^1.3.5",
"dot": "^1.0.3",
"express": "^4.14.0",
"express-session": "^1.14.0",
"express-validator": "^2.20.8",
"extend": "^3.0.0",
"fs-extra": "^0.30.0",
"mongoose": "^4.5.7",
"morgan": "^1.6.1",
"multer": "^1.1.0",
"mustache": "^2.2.1",
"node-mime": "^1.0.0",
"object-path": "^0.9.2",
"passport": "^0.3.2",
"pug": "^2.0.0-alpha6",
"require-all": "^2.0.0",
"semver": "^5.0.3",
"underscore": "^1.8.3",
"winston": "^2.2.0"
},
"bin": {
"blueprint": "./bin/blueprint"
},
"scripts": {
"test": "env NODE_ENV=test mocha --recursive tests/lib --reporter spec",
"cover": "istanbul cover _mocha --recursive tests/lib",
"coveralls": "npm run cover -- --report lcovonly && cat ./coverage/lcov.info | coveralls"
},
"devDependencies": {
"chai": "^3.2.0",
"coveralls": "^2.11.9",
"istanbul": "^0.4.3",
"mocha": "^2.4.5",
"mocha-lcov-reporter": "^1.2.0",
"supertest": "^1.2.0"
}
}