-
Notifications
You must be signed in to change notification settings - Fork 14
/
Copy pathpackage.json
41 lines (41 loc) · 1.22 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
{
"name": "pdf-viewer",
"version": "2.2.0",
"description": "A pdf-viewer component",
"main": "index.js",
"directories": {
"test": "test"
},
"scripts": {
"postinstall": "bower install",
"start": "polymer serve -H 0.0.0.0",
"start:es5": "polymer serve -H 0.0.0.0 --compile always",
"test": "polymer test -l chrome; polymer test -l safari; polymer test -l firefox",
"lint": "npm run lint:javascript && polymer lint",
"lint:polymer":"polymer lint",
"lint:javascript": "eslint . --ext js,html --ignore-path .gitignore",
"doc": "polymer analyze > analysis.json"
},
"repository": {
"type": "git",
"url": "git+https://github.com/telecomsante/pdf-viewer.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/telecomsante/pdf-viewer/issues"
},
"homepage": "https://github.com/telecomsante/pdf-viewer#readme",
"devDependencies": {
"bower": "^1.8.4",
"eslint": "^4.19.1",
"eslint-config-standard": "^11.0.0",
"eslint-plugin-html": "^4.0.3",
"eslint-plugin-import": "^2.11.0",
"eslint-plugin-node": "^6.0.1",
"eslint-plugin-promise": "^3.7.0",
"eslint-plugin-standard": "^3.1.0",
"polymer-cli": "^1.6.0"
}
}