UNPKG

bedrock

Version:

A core foundation for rich Web applications.

52 lines (51 loc) 1.34 kB
{ "name": "bedrock", "version": "1.12.0", "description": "A core foundation for rich Web applications.", "scripts": { "start": "node index.js", "test": "node index.js test --mocha-reporter=${REPORTER:-spec}", "ci-test": "node index.js test --mocha-reporter=${REPORTER:-tap}", "lint": "grunt jshint", "ci-lint": "grunt --no-color jshint --mode=ci || exit 0", "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" }, "dependencies": { "async": "^2.6.0", "async-node-events": "~0.0.7", "chai": "^4.1.0", "chai-as-promised": "^7.1.1", "commander": "^2.14.1", "cycle": "^1.0.3", "errio": "^1.2.2", "jsonld": "^1.0.1", "lodash": "^4.17.5", "mkdirp": "~0.5.0", "mocha": "^5.0.4", "nyc": "^11.4.1", "pkginfo": "^0.4.1", "winston": "^1.0.0", "winston-mail": "^1.4.0" }, "optionalDependencies": { "posix": "^4.0.0" }, "devDependencies": { "grunt": "^1.0.2", "grunt-cli": "^1.2.0", "grunt-contrib-jshint": "^1.1.0", "grunt-jscs": "^3.0.1" }, "engines": { "node": ">=6" }, "directories": { "lib": "./lib/bedrock" }, "main": "./lib/bedrock" }