-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
96 lines (96 loc) · 1.93 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
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
{
"name": "expand-pkg",
"description": "Parse string values in package.json into objects.",
"version": "0.1.9",
"homepage": "https://github.com/jonschlinkert/expand-pkg",
"author": "Jon Schlinkert (https://github.com/jonschlinkert)",
"repository": "jonschlinkert/expand-pkg",
"bugs": {
"url": "https://github.com/jonschlinkert/expand-pkg/issues"
},
"license": "MIT",
"files": [
"index.js",
"lib"
],
"main": "index.js",
"engines": {
"node": ">= 0.10.0"
},
"scripts": {
"test": "mocha"
},
"dependencies": {
"component-emitter": "^1.2.1",
"debug": "^2.4.1",
"defaults-deep": "^0.2.4",
"export-files": "^2.1.1",
"get-value": "^2.0.6",
"kind-of": "^3.1.0",
"lazy-cache": "^2.0.2",
"load-pkg": "^3.0.1",
"mixin-deep": "^1.1.3",
"normalize-pkg": "^0.3.20",
"omit-empty": "^0.4.1",
"parse-author": "^1.0.0",
"parse-git-config": "^1.1.1",
"repo-utils": "^0.3.7"
},
"devDependencies": {
"delete": "^0.3.2",
"fs-exists-sync": "^0.1.0",
"gitty": "^3.5.0",
"gulp": "^3.9.1",
"gulp-eslint": "^3.0.1",
"gulp-format-md": "^0.1.11",
"gulp-istanbul": "^1.1.1",
"gulp-mocha": "^3.0.1",
"gulp-unused": "^0.2.0",
"mocha": "^3.2.0"
},
"keywords": [
"author",
"config",
"expand",
"json",
"normalize",
"package",
"package-json",
"parse",
"person",
"pkg",
"properties",
"repo",
"repository",
"url",
"values"
],
"verb": {
"run": true,
"toc": false,
"layout": "default",
"tasks": [
"readme"
],
"plugins": [
"gulp-format-md"
],
"related": {
"highlight": "normalize-pkg",
"list": [
"normalize-pkg",
"repo-utils",
"sync-pkg"
]
},
"reflinks": [
"map-schema",
"normalize-pkg",
"verb",
"verb-readme-generator"
],
"lint": {
"reflinks": true
}
}
}