forked from Raynos/xtend
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 841 Bytes
/
package.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
41
42
43
44
{
"name": "filter-xtend",
"version": "1.1.0",
"description": "extend like a boss, with filtering",
"keywords": [
"extend",
"filter",
"merge",
"options",
"opts",
"object",
"array"
],
"author": "John Dvorak <twelvetwo@gmail.com>",
"repository": "git://github.com/JDvorak/filter-xtend.git",
"main": "immutable",
"scripts": {
"test": "node test"
},
"dependencies": {},
"devDependencies": {
"tape": "~1.1.0"
},
"homepage": "https://github.com/JDvorak/filter-xtend",
"contributors": [
{
"name": "Raynos"
},
{
"name": "Jake Verbaten"
},
{
"name": "Matt Esch"
}
],
"bugs": {
"url": "https://github.com/JDvorak/filter-xtend/issues",
"email": "twelvetwo@gmail.com"
},
"license": "MIT",
"engines": {
"node": ">=0.4"
}
}