33 lines
717 B
JSON
33 lines
717 B
JSON
|
{
|
||
|
"name": "list-to-array",
|
||
|
"version": "1.1.0",
|
||
|
"description": "Simple javascript lib for converting a [comma || space] delimited string to an array",
|
||
|
"main": "index.js",
|
||
|
"author": "Jed Watson",
|
||
|
"license": "MIT",
|
||
|
"repository": {
|
||
|
"type": "git",
|
||
|
"url": "https://github.com/JedWatson/list-to-array.git"
|
||
|
},
|
||
|
"bugs": {
|
||
|
"url": "https://github.com/JedWatson/list-to-array/issues"
|
||
|
},
|
||
|
"homepage": "https://github.com/JedWatson/list-to-array",
|
||
|
"scripts": {
|
||
|
"test": "mocha tests.js"
|
||
|
},
|
||
|
"keywords": [
|
||
|
"array",
|
||
|
"list",
|
||
|
"string",
|
||
|
"manipulation",
|
||
|
"conversion",
|
||
|
"function",
|
||
|
"library"
|
||
|
],
|
||
|
"devDependencies": {
|
||
|
"mocha": "^2.2.5",
|
||
|
"must": "^0.12.0"
|
||
|
}
|
||
|
}
|