-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
38 lines (38 loc) · 1.05 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
{
"name": "zdkelt-calendar",
"version": "2.0.0",
"description": "a calendar webcomponent",
"main": "index.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "polymer test",
"clean": "rm -rf bower-components",
"postinstall": "bower install",
"start": "polymer serve -H 0.0.0.0",
"lint": "eslint . --ext js,html --ignore-path .gitignore",
"doc": "polymer analyze > analysis.json"
},
"repository": {
"type": "git",
"url": "git+https://github.com/zedesk/zdkElt-calendar.git"
},
"author": "zedesk <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/zedesk/zdkElt-calendar/issues"
},
"homepage": "https://github.com/zedesk/zdkElt-calendar#readme",
"devDependencies": {
"bower": "^1.8.2",
"eslint": "^4.18.1",
"eslint-config-standard": "^11.0.0",
"eslint-plugin-html": "^4.0.2",
"eslint-plugin-import": "^2.9.0",
"eslint-plugin-node": "^6.0.1",
"eslint-plugin-promise": "^3.6.0",
"eslint-plugin-standard": "^3.0.1",
"polymer-cli": "^1.6.0"
}
}