-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
94 lines (94 loc) · 1.87 KB
/
package.json
File metadata and controls
94 lines (94 loc) · 1.87 KB
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
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
{
"name": "expand-target",
"description": "Expand target definitions in a declarative configuration.",
"version": "0.6.6",
"homepage": "https://github.com/jonschlinkert/expand-target",
"author": "Jon Schlinkert (https://github.com/jonschlinkert)",
"repository": "jonschlinkert/expand-target",
"bugs": {
"url": "https://github.com/jonschlinkert/expand-target/issues"
},
"license": "MIT",
"files": [
"index.js",
"LICENSE",
"README.md",
"utils.js"
],
"main": "index.js",
"engines": {
"node": ">=0.10.0"
},
"scripts": {
"test": "mocha"
},
"dependencies": {
"base": "^0.11.1",
"base-plugins": "^0.4.13",
"define-property": "^0.2.5",
"expand-files": "^0.8.4",
"expand-utils": "^0.2.2",
"lazy-cache": "^2.0.1"
},
"devDependencies": {
"expand": "^0.4.1",
"extend-shallow": "^2.0.1",
"for-in": "^0.1.5",
"gulp": "^3.9.1",
"gulp-eslint": "^2.0.0",
"gulp-format-md": "^0.1.9",
"gulp-istanbul": "^1.0.0",
"gulp-mocha": "^2.2.0",
"mixin-deep": "^1.1.3",
"mocha": "^2.5.3",
"repeat-string": "^1.5.4",
"should": "^9.0.2",
"stringify-object": "^2.4.0"
},
"keywords": [
"config",
"configuration",
"dest",
"destination",
"expand",
"files",
"files array",
"files object",
"normalize",
"options",
"src",
"src-dest",
"target",
"task"
],
"verb": {
"toc": false,
"layout": "default",
"tasks": [
"readme"
],
"plugins": [
"gulp-format-md"
],
"related": {
"list": [
"expand-config",
"expand-files",
"expand-target",
"expand-task",
"files-objects"
]
},
"reflinks": [
"expand-files",
"globby",
"grunt",
"gulp",
"verb",
"verb-readme-generator"
],
"lint": {
"reflinks": true
}
}
}