domain-container
Version:
Tool to contain various domains (process domains), tied to the Krypton ORM
45 lines (44 loc) • 1.02 kB
JSON
{
"name": "domain-container",
"version": "3.0.0",
"description": "Tool to contain various domains (process domains), tied to the Krypton ORM",
"main": "index.js",
"scripts": {
"test": "scripty",
"test:clean": "scripty",
"test:once": "scripty"
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/greduan/domain-container.git"
},
"keywords": [
"knex",
"neon",
"neonode",
"krypton",
"orm"
],
"author": "Eduardo Lavaque <me@greduan.com> (http://greduan.com)",
"license": "ISC",
"bugs": {
"url": "https://github.com/greduan/domain-container/issues"
},
"homepage": "https://github.com/greduan/domain-container#readme",
"dependencies": {
"bluebird": "3.3.5",
"krypton-orm": "^0.0.15",
"lodash": "4.11.1",
"neon": "2.0.0"
},
"peerDependencies": {
"krypton-orm": "^0.0.15"
},
"devDependencies": {
"expect.js": "0.3.1",
"knex": "0.10.0",
"mocha": "2.4.5",
"pg": "4.5.3",
"scripty": "1.4.0"
}
}