happner
Version:
distributed application engine with evented storage and mesh services
65 lines (64 loc) • 1.61 kB
JSON
{
"name": "happner",
"version": "1.6.7",
"description": "distributed application engine with evented storage and mesh services",
"main": "lib/mesh.js",
"bin": {
"happner": "bin/happner",
"h": "bin/h"
},
"scripts": {
"test": "mocha silence.js test",
"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": {
"chai": "^2.2.0",
"coveralls": "^2.11.6",
"expect.js": "^0.3.1",
"fxt": "^1.0.2",
"happn-util-crypto": "^0.0.6",
"happner-test-modules": "^0.0.3",
"istanbul": "^0.4.1",
"mocha": "^2.2.4",
"request": "^2.67.0",
"should": "^7.1.0",
"traverse": "^0.6.6",
"when": "^3.7.3"
},
"dependencies": {
"async": "0.9.2",
"bluebird": "2.10.2",
"change-case": "2.3.0",
"commander": "2.9.0",
"diskspace": "0.1.7",
"fs-extra": "0.24.0",
"glob": "5.0.15",
"gulp": "^3.9.0",
"happn": "2.5.14",
"happn-logger": "0.0.1",
"happner-terminal": "0.0.7",
"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",
"md5": "2.0.0",
"merge": "1.2.0",
"moment": "2.10.6",
"proc-stats": "0.0.4",
"serve-static": "1.10.0",
"shortid": "2.2.4",
"sillyname": "0.0.3",
"uglify-js": "2.6.1"
}
}