{ "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" } }