humblejs
Version:
HumbleDB for Javascript
52 lines (51 loc) • 1.32 kB
JSON
{
"name": "humblejs",
"description": "HumbleDB for Javascript",
"author": {
"name": "Jacob Alheid",
"url": "https://github.com/shakefu"
},
"contributors": [
{
"name": "Jacob Alheid",
"url": "https://github.com/shakefu"
},
{
"name": "Nigel Kibodeaux",
"url": "https://github.com/nigelkibodeaux"
}
],
"license": "MIT",
"homepage": "https://github.com/aboutdotme/humblejs",
"publishConfig": {
"registry": "https://registry.npmjs.org/"
},
"repository": {
"type": "git",
"url": "https://github.com/aboutdotme/humblejs.git"
},
"scripts": {
"pretest": "./dbinit.sh ${AUTH_FLAG} init ${MONGODB_VERSION}",
"test": "coffeelint index.coffee test/ && mocha --require coffee-script/register --compilers coffee:coffee-script/register",
"posttest": "./dbinit.sh clean ${MONGODB_VERSION}",
"watch": "watch 'npm test' -du",
"docs": "echo 'Docs needs some love.'",
"bash": "bash || true"
},
"main": "./index.js",
"version": "2.2.0",
"dependencies": {
"moment": "^2.12.0",
"mongojs": "^2.4.0",
"lodash": "^4.7.0"
},
"devDependencies": {
"async": "*",
"chai": "^3.5.0",
"coffee-script": "*",
"coffeelint": "*",
"mocha": "*",
"mongodb-version-manager": "^1.0.6",
"watch": "*"
}
}