UNPKG

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