-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
bower.json
40 lines (40 loc) · 862 Bytes
/
bower.json
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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
{
"name": "arr-filter",
"description": "Faster alternative to javascript's native filter method.",
"repository": {
"type": "git",
"url": "git://github.com/jonschlinkert/arr-filter.git"
},
"license": {
"type": "MIT",
"url": "https://github.com/jonschlinkert/arr-filter/blob/master/LICENSE"
},
"homepage": "https://github.com/jonschlinkert/arr-filter",
"authors": [
{
"name": "Jon Schlinkert",
"homepage": "https://github.com/jonschlinkert"
}
],
"main": [
"index.js"
],
"dependencies": {
"make-iterator": "^0.1.0"
},
"devDependencies": {
"array-filter": "^0.2.0",
"benchmarked": "^0.1.3",
"chalk": "^0.5.1",
"micromatch": "^1.0.1",
"minimist": "^1.1.0",
"mocha": "*",
"should": "*"
},
"keywords": [
"array",
"filter",
"collection",
"util"
]
}