-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
53 lines (53 loc) · 1.1 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
{
"name": "load-grunt-parent-tasks",
"description": "Loads de-duped grunt tasks from parent or sibling modules.",
"version": "0.1.2",
"homepage": "https://github.com/psyrendust/load-grunt-parent-tasks",
"author": {
"name": "Larry Gordon",
"email": "lgordon@psyrendust.com"
},
"contributors": [
{
"name": "Francisco Cortés",
"email": "franklyn.bdn@gmail.com"
}
],
"repository": {
"type": "git",
"url": "git://github.com/psyrendust/load-grunt-parent-tasks.git"
},
"bugs": {
"url": "https://github.com/psyrendust/load-grunt-parent-tasks/issues"
},
"licenses": [
{
"type": "MIT",
"url": "http://psyrendust.mit-license.org/2014/license.html"
}
],
"engines": {
"node": ">= 0.10.0"
},
"scripts": {},
"dependencies": {
"findup-sync": "^0.1.3",
"globule": "^0.2.0",
"lodash": "^2.4.1"
},
"devDependencies": {},
"keywords": [
"grunt",
"load",
"require",
"tasks",
"glob",
"pattern",
"match",
"matchdep",
"dependencies",
"loadNpmTasks",
"de-duped",
"submodules"
]
}