UNPKG

1.34 kBJSONView Raw
1{
2 "name": "bedrock",
3 "version": "1.13.0",
4 "description": "A core foundation for rich Web applications.",
5 "scripts": {
6 "start": "node index.js",
7 "test": "node index.js test --mocha-reporter=${REPORTER:-spec}",
8 "ci-test": "node index.js test --mocha-reporter=${REPORTER:-tap}",
9 "lint": "grunt jshint",
10 "ci-lint": "grunt --no-color jshint --mode=ci || exit 0",
11 "coverage": "rm -rf coverage && nyc --reporter=lcov --reporter=text-summary npm test",
12 "coverage-report": "nyc report"
13 },
14 "repository": {
15 "type": "git",
16 "url": "https://github.com/digitalbazaar/bedrock"
17 },
18 "dependencies": {
19 "async": "^2.6.0",
20 "async-node-events": "^1.0.0",
21 "chai": "^4.1.0",
22 "chai-as-promised": "^7.1.1",
23 "commander": "^2.14.1",
24 "cycle": "^1.0.3",
25 "errio": "^1.2.2",
26 "jsonld": "^1.0.1",
27 "lodash": "^4.17.5",
28 "mkdirp": "~0.5.0",
29 "mocha": "^5.0.4",
30 "nyc": "^11.4.1",
31 "pkginfo": "^0.4.1",
32 "winston": "^1.0.0",
33 "winston-mail": "^1.4.0"
34 },
35 "optionalDependencies": {
36 "posix": "^4.0.0"
37 },
38 "devDependencies": {
39 "grunt": "^1.0.2",
40 "grunt-cli": "^1.2.0",
41 "grunt-contrib-jshint": "^1.1.0",
42 "grunt-jscs": "^3.0.1"
43 },
44 "engines": {
45 "node": ">=6"
46 },
47 "directories": {
48 "lib": "./lib/bedrock"
49 },
50 "main": "./lib/bedrock"
51}