@onehilltech/blueprint
Version:
lightweight, simple, elegant framework for building mean applications
53 lines (52 loc) • 1.65 kB
JSON
{
"name": "@onehilltech/blueprint",
"author": "One Hill Technologies, LLC",
"version": "4.74.1",
"description": "lightweight, simple, elegant framework for building mean applications",
"license": "Apache-2.0",
"private": false,
"main": "./lib",
"repository": "onehilltech/blueprint",
"dependencies": {
"@onehilltech/blueprint-cli-exts": "^4.28.18",
"base-object": "^1.4.0",
"body-parser": "^1.17.2",
"commander": "^4.0.1",
"consolidate": "^0.15.0",
"cookie-parser": "^1.4.3",
"debug": "^4.1.1",
"dot": "^1.1.2",
"express": "^4.16.0",
"express-session": "^1.15.5",
"express-validator": "5.1.1",
"fs-extra": "^8.1.0",
"klaw": "^3.0.0",
"morgan": "^1.9.0",
"multer": "^1.3.0",
"mustache": "^3.1.0",
"node-homedir": "^1.1.0",
"node-mime": "^1.0.0",
"passport": "^0.4.1",
"pluralize": "^8.0.0",
"require-all": "^3.0.0",
"semver": "^6.3.0"
},
"scripts": {
"test": "env NODE_ENV=test mocha --recursive --reporter spec tests/unit-tests",
"cover": "env NODE_ENV=test istanbul cover _mocha -- tests/unit-tests --recursive",
"coveralls": "env NODE_ENV=test istanbul cover _mocha --report lcovonly -- tests/unit-tests --recursive && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js && rm -rf ./coverage"
},
"devDependencies": {
"chai": "^4.1.2",
"coveralls": "^3.0.0",
"istanbul": "^0.4.5",
"mocha": "^6.2.2",
"mocha-lcov-reporter": "^1.3.0",
"supertest": "^4.0.2"
},
"engines": {
"node": ">=11.6.0",
"npm": ">=6.5.0"
},
"gitHead": "abef0a1c3b36b33726a578166f89f797c19b1a01"
}