blob: beae9cc0001575586813ad4af068ef22362fea3c [file] [log] [blame]
{
"author": "Raynos <raynos2@gmail.com>",
"bugs": {
"email": "raynos2@gmail.com",
"url": "https://github.com/Raynos/to-array/issues"
},
"component": {
"scripts": {
"to-array/index.js": "index.js"
}
},
"contributors": [
{
"name": "Jake Verbaten"
}
],
"dependencies": {},
"description": "Turn an array like into an array",
"devDependencies": {
"tap": "~0.3.1"
},
"homepage": "https://github.com/Raynos/to-array",
"keywords": [],
"licenses": [
{
"type": "MIT",
"url": "http://github.com/Raynos/to-array/raw/master/LICENSE"
}
],
"main": "index",
"name": "to-array",
"repository": "git://github.com/Raynos/to-array.git",
"scripts": {
"test": "tap --stderr --tap ./test"
},
"version": "0.1.4"
}