UNPKG

1.65 kBJSONView Raw
1{
2 "name": "@onehilltech/blueprint",
3 "author": "One Hill Technologies, LLC",
4 "version": "4.35.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.28.18",
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 },
34 "scripts": {
35 "test": "env NODE_ENV=test mocha --recursive --reporter spec tests/unit-tests",
36 "cover": "env NODE_ENV=test istanbul cover _mocha -- tests/unit-tests --recursive",
37 "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"
38 },
39 "devDependencies": {
40 "chai": "^4.1.2",
41 "coveralls": "^3.0.0",
42 "istanbul": "^0.4.5",
43 "mocha": "^6.2.2",
44 "mocha-lcov-reporter": "^1.3.0",
45 "supertest": "^4.0.2"
46 },
47 "engines": {
48 "node": ">=8.0.0",
49 "npm": ">=3.0.0"
50 },
51 "gitHead": "8c249e9aa11ff0e18cbe6cf5bd44304a625c52d9"
52}