Spaces:
Sleeping
Sleeping
File size: 770 Bytes
be5030f |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 |
{
"name": "array-back",
"author": "Lloyd Brookes <[email protected]>",
"version": "2.0.0",
"description": "Guarantees an array back",
"repository": "https://github.com/75lb/array-back.git",
"license": "MIT",
"keywords": [
"to",
"convert",
"return",
"array",
"arrayify"
],
"engines": {
"node": ">=4"
},
"scripts": {
"test": "test-runner test.js",
"docs": "jsdoc2md -t README.hbs index.js > README.md; echo",
"cover": "istanbul cover ./node_modules/.bin/test-runner test.js && cat coverage/lcov.info | ./node_modules/.bin/coveralls; echo"
},
"dependencies": {
"typical": "^2.6.1"
},
"devDependencies": {
"coveralls": "^2.13.1",
"jsdoc-to-markdown": "^3.0.0",
"test-runner": "^0.4.0"
}
}
|