-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 981 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 981 Bytes
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
{
"name": "paper-chip",
"description": "Material Design Chip component built with Polymer.",
"version": "1.0.10",
"directories": {
"test": "test"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"release": "gulp release"
},
"repository": {
"type": "git",
"url": "https://github.com/WebPaperElements/paper-chip.git"
},
"author": "Vinicius Patrinhani <patrinhani@ciandt.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/WebPaperElements/paper-chip/issues"
},
"homepage": "https://github.com/WebPaperElements/paper-chip#readme",
"devDependencies": {
"bower": "^1.7.9",
"conventional-github-releaser": "^1.1.3",
"gulp": "^3.9.1",
"gulp-bump": "^2.4.0",
"gulp-conventional-changelog": "^1.1.0",
"gulp-git": "^1.11.0",
"gulp-util": "^3.0.7",
"polylint": "^2.10.1",
"require-dir": "^0.3.0",
"run-sequence": "^1.2.2",
"web-component-tester": "^4.3.1"
}
}