aboutsummaryrefslogtreecommitdiff
path: root/node_modules/find-index/package.json
blob: 228ac8f647c15f90d2a808322d990c5e2261d95a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
{
  "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"
}