Initial commit
This commit is contained in:
31
node_modules/array-back/package.json
generated
vendored
Normal file
31
node_modules/array-back/package.json
generated
vendored
Normal file
@@ -0,0 +1,31 @@
|
||||
{
|
||||
"name": "array-back",
|
||||
"author": "Lloyd Brookes <75pound@gmail.com>",
|
||||
"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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user