humblejs
Version:
HumbleDB for Javascript
58 lines (57 loc) • 1.3 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": {
"test": "./node_modules/.bin/grunt test"
},
"main": "./index.js",
"version": "1.0.5",
"dependencies": {
"moment": "^2.10.3",
"mongojs": "^1.0.2",
"underscore": "^1.8.3"
},
"devDependencies": {
"chai": "*",
"coffee-script": "*",
"coffeelint": "*",
"grunt": "*",
"grunt-cli": "*",
"grunt-coffeelint": "*",
"grunt-concurrent": "*",
"grunt-contrib-clean": "*",
"grunt-contrib-coffee": "*",
"grunt-contrib-watch": "*",
"grunt-env": "*",
"grunt-jsdoc": "*",
"grunt-mocha-test": "*",
"grunt-newer": "*",
"grunt-release": "*",
"grunt-shell": "*",
"load-grunt-tasks": "*",
"mocha": "*"
}
}