-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
54 lines (54 loc) · 1.44 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
{
"name": "delightful-icons",
"version": "0.5.0",
"description": "Icons that implement Material Design's delightful details.",
"author": "Andrew Mitchell <[email protected]>",
"keywords": [
"polymer",
"icon",
"material"
],
"main": "icons/all.js",
"repository": {
"type": "git",
"url": "git+https://github.com/hotforfeature/delightful-icons.git"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/hotforfeature/delightful-icons/issues"
},
"homepage": "https://github.com/hotforfeature/delightful-icons#readme",
"scripts": {
"start": "polymer serve --npm",
"commitmsg": "validate-commit-msg",
"commit": "git-cz",
"release": "standard-version"
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
},
"dependencies": {
"@polymer/iron-iconset-svg": "^3.0.0-pre.18",
"@polymer/polymer": "^3.0.0"
},
"devDependencies": {
"@polymer/iron-demo-helpers": "^3.0.0-pre.18",
"@polymer/paper-icon-button": "^3.0.0-pre.18",
"@webcomponents/webcomponentsjs": "^2.0.0",
"commitizen": "^2.9.6",
"cz-conventional-changelog": "^2.1.0",
"husky": "^0.14.3",
"polymer-cli": "^1.7.7",
"standard-version": "^4.2.0",
"validate-commit-msg": "^2.14.0",
"wct-browser-legacy": "^1.0.1"
},
"resolutions": {
"inherits": "2.0.3",
"samsam": "1.1.3",
"supports-color": "3.1.2",
"type-detect": "1.0.0"
}
}