tpaxx-allotment
Version:
Allotment management module for the tpaxx allotment api
31 lines (30 loc) • 642 B
JSON
{
"name": "tpaxx-allotment",
"version": "0.0.2",
"description": "Allotment management module for the tpaxx allotment api",
"main": "index.js",
"scripts": {
"test": "mocha"
},
"repository": {
"type": "git",
"url": "git+https://github.com/kirchrath/tpaxx.git"
},
"keywords": [
"tpaxx",
"allotment"
],
"author": "kirchrath",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/kirchrath/tpaxx/issues"
},
"homepage": "https://github.com/kirchrath/tpaxx#readme",
"devDependencies": {
"chai": "^3.5.0",
"mocha": "^3.3.0"
},
"dependencies": {
"mongodb": "^2.2.26"
}
}