dookie-tools
Version:
A set of tools to use in your scripts. Fast and easy!
30 lines (29 loc) • 652 B
JSON
{
"name": "dookie-tools",
"version": "0.1.3",
"description": "A set of tools to use in your scripts. Fast and easy!",
"main": "dtools.js",
"scripts": {
"test": "make test"
},
"repository": {
"type": "git",
"url": "https://github.com/dookie23/dtools.git"
},
"keywords": [
"swissknife",
"all-in-one",
"array utils",
"json utils"
],
"author": "Agustín Cañas <agustincanas@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/dookie23/dtools/issues"
},
"homepage": "https://github.com/dookie23/dtools",
"devDependencies": {
"chai": "^1.9.1",
"mocha": "^1.21.4"
}
}