wallet-core/node_modules/find-index/package.json

26 lines
598 B
JSON
Raw Normal View History

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