-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
103 lines (103 loc) · 2.16 KB
/
package.json
File metadata and controls
103 lines (103 loc) · 2.16 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
95
96
97
98
99
100
101
102
103
{
"name": "expand-files",
"description": "Expand glob patterns in a declarative configuration into src-dest mappings.",
"version": "0.8.4",
"homepage": "https://github.com/jonschlinkert/expand-files",
"author": "Jon Schlinkert (https://github.com/jonschlinkert)",
"repository": "jonschlinkert/expand-files",
"bugs": {
"url": "https://github.com/jonschlinkert/expand-files/issues"
},
"license": "MIT",
"files": [
"index.js",
"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-utils": "^0.2.1",
"extend-shallow": "^2.0.1",
"glob-parent": "^2.0.0",
"has-glob": "^0.1.1",
"lazy-cache": "^2.0.1",
"matched": "^0.4.1",
"normalize-config": "^0.4.8",
"object.omit": "^2.0.0",
"relative": "^3.0.2",
"resolve-dir": "^0.1.0"
},
"devDependencies": {
"assert-path": "^0.1.0",
"expand": "^0.4.0",
"for-in": "^0.1.5",
"global-modules": "^0.2.1",
"gulp": "^3.9.1",
"gulp-eslint": "^2.0.0",
"gulp-format-md": "^0.1.9",
"gulp-istanbul": "^0.10.4",
"gulp-mocha": "^2.2.0",
"mixin-deep": "^1.1.3",
"mocha": "^2.5.3",
"placeholders": "^0.2.0",
"should": "^9.0.0",
"stringify-object": "^2.3.1",
"to-clipboard": "^0.2.0",
"vinyl": "^1.1.1"
},
"keywords": [
"config",
"configuration",
"dest",
"destination",
"expand",
"files",
"files array",
"files object",
"normalize",
"options",
"src",
"src-dest",
"target",
"task"
],
"verb": {
"related": {
"list": [
"expand",
"expand-config",
"expand-files",
"expand-target",
"expand-task",
"expand-utils",
"map-dest",
"normalize-config"
]
},
"toc": false,
"layout": "default",
"tasks": [
"readme"
],
"plugins": [
"gulp-format-md"
],
"lint": {
"reflinks": true
},
"reflinks": [
"files-objects",
"globby",
"verb",
"verb-readme-generator"
]
}
}