-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
62 lines (62 loc) · 1.27 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
51
52
53
54
55
56
57
58
59
60
61
62
{
"name": "load-plugins",
"description": "Load plugins for gulp, grunt, assemble, verb any node.js app that needs to load plugins from node_modules or local folders.",
"version": "2.1.2",
"homepage": "https://github.com/jonschlinkert/load-plugins",
"author": "Jon Schlinkert (https://github.com/jonschlinkert)",
"contributors": [
"Bogdan Chadkin <[email protected]>"
],
"repository": "jonschlinkert/load-plugins",
"bugs": {
"url": "https://github.com/jonschlinkert/load-plugins/issues"
},
"files": [
"index.js",
"lib/"
],
"license": "MIT",
"main": "index.js",
"engines": {
"node": ">=0.10.0"
},
"scripts": {
"test": "mocha"
},
"dependencies": {
"app-name": "^0.2.0",
"extend-shallow": "^2.0.0",
"resolve-dep": "^0.6.0"
},
"devDependencies": {
"gulp": "^3.8.7",
"gulp-mocha": "^1.0.0",
"mocha": "*",
"node-bar": "^0.2.0",
"node-baz": "^0.2.0",
"node-foo": "^0.2.1",
"should": "^7.0.1"
},
"keywords": [
"dep",
"deps",
"glob",
"grunt",
"gulp",
"helper",
"helpers",
"load",
"loader",
"match",
"matchdep",
"middleware",
"minimatch",
"module",
"modules",
"task",
"plugin",
"plugins",
"resolve",
"resolved"
]
}