A-New-Day-001's picture
Upload 1591 files
be5030f
raw
history blame contribute delete
720 Bytes
{
"name": "find-replace",
"author": "Lloyd Brookes <[email protected]>",
"version": "2.0.1",
"description": "Find and either replace or remove items from an array",
"repository": "https://github.com/75lb/find-replace.git",
"license": "MIT",
"main": "./lib/find-replace.js",
"keywords": [
"find",
"replace",
"array",
"remove",
"splice"
],
"engines": {
"node": ">=4.0.0"
},
"scripts": {
"test": "test-runner test/*.js",
"docs": "jsdoc2md -t jsdoc2md/README.hbs lib/*.js > README.md; echo"
},
"devDependencies": {
"jsdoc-to-markdown": "^3.0.2",
"test-runner": "^0.4.1"
},
"dependencies": {
"array-back": "^2.0.0",
"test-value": "^3.0.0"
}
}