UNPKG

bedrock

Version:

A core foundation for rich Web applications.

53 lines (52 loc) 1.32 kB
{ "name": "bedrock", "version": "3.0.0", "description": "A core foundation for rich Web applications.", "license": "SEE LICENSE IN LICENSE.md", "author": { "name": "Digital Bazaar, Inc.", "email": "support@digitalbazaar.com", "url": "https://digitalbazaar.com/" }, "keywords": [ "bedrock" ], "scripts": { "start": "node index.js", "lint": "eslint '*.js' 'lib/*.js' 'tests/*.js'", "coverage": "rm -rf coverage && nyc --reporter=lcov --reporter=text-summary npm test", "coverage-report": "nyc report" }, "repository": { "type": "git", "url": "https://github.com/digitalbazaar/bedrock" }, "bugs": { "url": "https://github.com/digitalbazaar/bedrock/issues" }, "homepage": "https://github.com/digitalbazaar/bedrock", "dependencies": { "async-node-events": "^2.0.0", "commander": "^2.14.1", "cycle": "^1.0.3", "delay": "^4.1.0", "errio": "^1.2.2", "lodash": "^4.17.14", "nyc": "^14.1.1", "pkginfo": "^0.4.1", "uuid-random": "^1.0.6", "winston": "^1.0.0", "winston-mail": "^1.4.0" }, "optionalDependencies": { "posix": "^4.0.0" }, "devDependencies": { "eslint": "^6.0.1", "eslint-config-digitalbazaar": "^2.0.1" }, "engines": { "node": ">=10.12.0" }, "main": "./lib/bedrock" }