cajole
Version:
coax data into formats
34 lines (33 loc) • 689 B
JSON
{
"name": "cajole",
"version": "0.1.0",
"description": "coax data into formats",
"main": "index.js",
"scripts": {
"test": "make test"
},
"repository": {
"type": "git",
"url": "git://github.com/quarterto/Cajole.git"
},
"keywords": [
"model",
"coerce",
"cast",
"format",
"gusto"
],
"author": "Matt Brennan <mwrbrennan@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/quarterto/Cajole/issues"
},
"homepage": "https://github.com/quarterto/Cajole",
"devDependencies": {
"expect.js": "^0.3.1",
"lambda-chop": "^0.1.5",
"mocha": "^1.20.1",
"sparkler": "^0.3.3",
"sweet.js": "^0.7.0"
}
}