happner
Version:
distributed application engine with evented storage and mesh services
70 lines (69 loc) • 1.8 kB
JSON
{
"name": "happner",
"version": "1.34.1",
"description": "distributed application engine with evented storage and mesh services",
"main": "lib/mesh.js",
"bin": {
"happner": "bin/happner",
"happner-loader": "bin/happner-loader",
"h": "bin/h"
},
"scripts": {
"test": "mocha silence.js test",
"test-optimize": "mocha test/test-optimize",
"test-cover": "istanbul cover _mocha -- silence.js test"
},
"repository": {
"type": "git",
"url": "https://github.com/happner/happner.git"
},
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/happner/happner/issues"
},
"homepage": "https://github.com/happner/happner",
"devDependencies": {
"benchmarket": "^0.1.0",
"chai": "^3.5.0",
"coveralls": "^2.11.6",
"expect.js": "^0.3.1",
"fxt": "^1.0.2",
"gulp": "^3.9.1",
"happn-util-crypto": "^0.2.3",
"happner-serial-mocha": "^1.5.1",
"happner-terminal": "^0.0.8",
"happner-test-modules": "^0.0.3",
"istanbul": "^0.4.1",
"karma": "^0.13.15",
"karma-chai": "^0.1.0",
"karma-chrome-launcher": "^0.2.1",
"karma-mocha": "^0.2.1",
"karma-mocha-reporter": "^1.1.3",
"mocha": "^3.4.2",
"restler": "^3.4.0",
"should": "^11.2.1",
"traverse": "^0.6.6",
"when": "^3.7.3"
},
"dependencies": {
"async": "^1.5.2",
"bluebird": "^2.10.2",
"body": "^5.1.0",
"change-case": "^2.3.0",
"commander": "^2.13.0",
"diskspace": "^0.1.7",
"fs-extra": "^0.24.0",
"glob": "^5.0.15",
"happn": "2.21.4",
"happn-logger": "^0.0.2",
"later": "^1.2.0",
"md5": "^2.0.0",
"merge": "^1.2.0",
"proc-stats": "^0.0.4",
"request": "2.81.0",
"serve-static": "^1.10.0",
"shortid": "^2.2.4",
"uglify-js": "^2.6.1"
}
}