-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
50 lines (50 loc) · 1.11 KB
/
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
45
46
47
48
49
50
{
"name": "extend-fn",
"version": "0.0.6",
"description": "Extend json objects with others that could also have functions as properties",
"main": "index.js",
"dependencies": {},
"devDependencies": {
"blanket": "1.1.7",
"grunt": "^0.4.5",
"grunt-contrib-jshint": "^0.11.3",
"grunt-contrib-watch": "^0.6.1",
"grunt-mocha-cov": "^0.4.0",
"grunt-mocha-test": "^0.12.7",
"jshint-stylish": "^2.1.0",
"json-fn": "^0.60.0",
"mocha": "^2.3.3"
},
"scripts": {
"test": "grunt"
},
"directories": {
"test": "test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/tbouchnafa/extend-fn.git"
},
"keywords": [
"extend",
"json",
"object",
"other",
"objects",
"functions",
"properties"
],
"author": "Thami Bouchnafa <[email protected]> (https://github.com/tbouchnafa)",
"license": "MIT",
"bugs": {
"url": "https://github.com/tbouchnafa/extend-fn/issues"
},
"homepage": "https://github.com/tbouchnafa/extend-fn#readme",
"config": {
"blanket": {
"pattern": [
"lib"
]
}
}
}