-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
45 lines (45 loc) · 1.19 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
{
"name": "paper-fullscreen-dialog",
"version": "1.0.3",
"description": "Full-screen paper dialog with header bar and actions at the top",
"main": "index.html",
"devDependencies": {
"browser-sync": "^2.8.0",
"del": "^1.2.0",
"gulp": "^3.9.0",
"gulp-add": "0.0.2",
"gulp-bower": "0.0.10",
"gulp-bump": "^0.3.1",
"gulp-copy": "0.0.2",
"gulp-filter": "^2.0.2",
"gulp-gh-pages": "^0.5.2",
"gulp-git": "^1.2.4",
"gulp-param": "^0.6.3",
"gulp-tag-version": "^1.3.0",
"merge-stream": "^0.1.8",
"portfinder": "^0.4.0",
"vinyl-paths": "^1.0.0",
"web-component-tester": "^3.3.3"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/bendavis78/paper-fullscreen-dialog.git"
},
"keywords": [
"web-component",
"web-components",
"polymer",
"fullscreen",
"dialog",
"fullscreen-dialog"
],
"author": "Ben Davis <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/bendavis78/paper-fullscreen-dialog/issues"
},
"homepage": "https://github.com/bendavis78/paper-fullscreen-dialog#readme"
}