mangler
Version:
data manipulation utility
31 lines (30 loc) • 619 B
JSON
{
"name": "mangler",
"version": "1.0.4",
"description": "data manipulation utility",
"main": "index.js",
"scripts": {
"test": "mocha specs/*.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/coinpit/mangler.git"
},
"keywords": [
"data",
"manipulation"
],
"author": "coinpit",
"license": "MIT",
"bugs": {
"url": "https://github.com/coinpit/mangler/issues"
},
"homepage": "https://github.com/coinpit/mangler#readme",
"dependencies": {
"fixtures.js": "^2.1.0"
},
"devDependencies": {
"expect.js": "^0.3.1",
"mocha": "^2.3.4"
}
}