UNPKG

1.61 kBJSONView Raw
1{
2 "name": "bedrock",
3 "version": "1.18.0",
4 "description": "A core foundation for rich Web applications.",
5 "license": "SEE LICENSE IN LICENSE.md",
6 "author": {
7 "name": "Digital Bazaar, Inc.",
8 "email": "support@digitalbazaar.com",
9 "url": "https://digitalbazaar.com/"
10 },
11 "keywords": [
12 "bedrock"
13 ],
14 "scripts": {
15 "start": "node index.js",
16 "test": "node index.js test --mocha-reporter=${REPORTER:-spec}",
17 "ci-test": "node index.js test --mocha-reporter=${REPORTER:-tap}",
18 "lint": "eslint '*.js' 'lib/*.js' 'tests/*.js'",
19 "coverage": "rm -rf coverage && nyc --reporter=lcov --reporter=text-summary npm test",
20 "coverage-report": "nyc report"
21 },
22 "repository": {
23 "type": "git",
24 "url": "https://github.com/digitalbazaar/bedrock"
25 },
26 "bugs": {
27 "url": "https://github.com/digitalbazaar/bedrock/issues"
28 },
29 "homepage": "https://github.com/digitalbazaar/bedrock",
30 "dependencies": {
31 "async": "^2.6.0",
32 "async-node-events": "^1.0.0",
33 "chai": "^4.1.0",
34 "chai-as-promised": "^7.1.1",
35 "commander": "^2.14.1",
36 "cycle": "^1.0.3",
37 "delay": "^4.1.0",
38 "errio": "^1.2.2",
39 "jsonld": "^1.0.1",
40 "lodash": "^4.17.14",
41 "mkdirp": "~0.5.0",
42 "mocha": "^6.1.4",
43 "nyc": "^14.1.1",
44 "pkginfo": "^0.4.1",
45 "uuid-random": "^1.0.6",
46 "winston": "^1.0.0",
47 "winston-mail": "^1.4.0"
48 },
49 "optionalDependencies": {
50 "posix": "^4.0.0"
51 },
52 "devDependencies": {
53 "eslint": "^6.0.1",
54 "eslint-config-digitalbazaar": "^2.0.0"
55 },
56 "engines": {
57 "node": ">=8"
58 },
59 "main": "./lib/bedrock"
60}