wallet-core/node_modules/find-index/package.json
2016-11-03 01:33:53 +01:00

26 lines
598 B
JSON

{
"name": "find-index",
"version": "0.1.1",
"description": "finds an item in an array matching a predicate function, and returns its index",
"main": "index.js",
"keywords": [
"array",
"findindex"
],
"files": [
"index.js",
"last.js"
],
"scripts": {
"test": "node test/test"
},
"homepage": "https://github.com/jsdf/find-index",
"bugs": "https://github.com/jsdf/find-index/issues",
"repository": {
"type": "git",
"url": "git://github.com/jsdf/find-index.git"
},
"author": "James Friend <james@jsdf.co> (http://jsdf.co/)",
"license": "MIT"
}