melt-data
Version:
Javascript library inspired by the R reshape package
30 lines (29 loc) • 624 B
JSON
{
"name": "melt-data",
"version": "0.2.1",
"description": "Javascript library inspired by the R reshape package",
"homepage": "http://git.io/melt",
"main": "melt.js",
"devDependencies": {
"vows": "~0.7.0"
},
"scripts": {
"test": "./node_modules/vows/bin/vows"
},
"repository": {
"type": "git",
"url": "https://github.com/jrideout/melt.js.git"
},
"keywords": [
"json",
"object",
"reshape",
"melt",
"cast"
],
"author": "Jacob Rideout <jacob@jacobrideout.net>",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/jrideout/melt.js/issues"
}
}