UNPKG

1.67 kBJSONView Raw
1{
2 "name": "@onehilltech/blueprint",
3 "author": "One Hill Technologies, LLC",
4 "version": "4.10.0",
5 "description": "lightweight, simple, elegant framework for building mean applications",
6 "license": "Apache-2.0",
7 "private": false,
8 "main": "./lib",
9 "repository": "onehilltech/blueprint",
10 "dependencies": {
11 "@onehilltech/blueprint-cli-exts": "^4.9.0",
12 "base-object": "^1.4.0",
13 "body-parser": "^1.17.2",
14 "commander": "^4.0.1",
15 "consolidate": "^0.15.0",
16 "cookie-parser": "^1.4.3",
17 "debug": "^4.1.1",
18 "dot": "^1.1.2",
19 "express": "^4.16.0",
20 "express-session": "^1.15.5",
21 "express-validator": "5.1.1",
22 "fs-extra": "^8.1.0",
23 "klaw": "^3.0.0",
24 "morgan": "^1.9.0",
25 "multer": "^1.3.0",
26 "mustache": "^3.1.0",
27 "node-homedir": "^1.1.0",
28 "node-mime": "^1.0.0",
29 "passport": "^0.4.1",
30 "pluralize": "^8.0.0",
31 "require-all": "^3.0.0",
32 "semver": "^6.3.0",
33 "winston": "^3.2.1"
34 },
35 "scripts": {
36 "test": "env NODE_ENV=test mocha --recursive --reporter spec tests/unit-tests",
37 "cover": "env NODE_ENV=test istanbul cover _mocha -- tests/unit-tests --recursive",
38 "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"
39 },
40 "devDependencies": {
41 "chai": "^4.1.2",
42 "coveralls": "^3.0.0",
43 "istanbul": "^0.4.5",
44 "mocha": "^6.2.2",
45 "mocha-lcov-reporter": "^1.3.0",
46 "supertest": "^4.0.2"
47 },
48 "engines": {
49 "node": ">=8.0.0",
50 "npm": ">=3.0.0"
51 },
52 "gitHead": "472c04860f0f44dff39ecffece23f1cd0875ffbf"
53}