-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathbower.json
57 lines (57 loc) · 1.33 KB
/
bower.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
{
"name": "normalize-pkg",
"description": "Normalize values in package.json.",
"repository": "jonschlinkert/normalize-pkg",
"license": "MIT",
"homepage": "https://github.com/jonschlinkert/normalize-pkg",
"authors": [
"Jon Schlinkert (https://github.com/jonschlinkert)"
],
"main": [
"index.js"
],
"dependencies": {
"arr-union": "^3.1.0",
"array-unique": "^0.2.1",
"component-emitter": "^1.2.0",
"define-property": "^0.2.5",
"export-files": "^2.1.1",
"get-value": "^2.0.3",
"is-primitive": "^2.0.0",
"kind-of": "^3.0.2",
"lazy-cache": "^1.0.3",
"map-schema": "^0.2.1",
"minimist": "^1.2.0",
"mixin-deep": "^1.1.3",
"omit-empty": "^0.3.3",
"parse-git-config": "^0.4.0",
"parse-github-url": "^0.3.0",
"project-name": "^0.2.4",
"remote-origin-url": "^0.5.1",
"resolve-dir": "^0.1.0",
"semver": "^5.1.0",
"stringify-author": "^0.1.3",
"write-json": "^0.2.2"
},
"devDependencies": {
"delete": "^0.3.0",
"gitty": "^3.3.4",
"gulp": "^3.9.1",
"gulp-eslint": "^2.0.0",
"gulp-format-md": "^0.1.7",
"gulp-istanbul": "^0.10.3",
"gulp-mocha": "^2.2.0",
"mocha": "^2.4.5"
},
"keywords": [
"config",
"fix",
"json",
"normalize",
"package",
"package-json",
"pkg",
"properties",
"values"
]
}