forked from Neovici/cosmoz-image-viewer
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 1.1 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
{
"name": "cosmoz-image-viewer",
"version": "1.0.0",
"description": "[![Build Status](https://travis-ci.org/Neovici/cosmoz-image-viewer.svg?branch=master)](https://travis-ci.org/Neovici/cosmoz-image-viewer)",
"main": "cosmoz-image-viewer.html",
"directories": {
"test": "test"
},
"devDependencies": {
"eslint": "^4.10.0",
"eslint-plugin-html": "^3.2.1",
"eslint-plugin-mocha": "^4.11.0",
"polymer-cli": "^1.6.0",
"web-component-tester-istanbul": "Neovici/web-component-tester-istanbul"
},
"scripts": {
"start": "polymer serve -o",
"postinstall": "polymer install --variants",
"lint": "eslint --cache --ext .js,.html . && polymer lint cosmoz-*.html",
"test": "polymer test",
"analyze": "polymer analyze --input cosmoz-*.html > analysis.json"
},
"repository": {
"type": "git",
"url": "git+https://github.com/neovici/cosmoz-image-viewer.git"
},
"keywords": [
"polymer",
"web-components"
],
"author": "",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/neovici/cosmoz-image-viewer/issues"
},
"homepage": "https://github.com/neovici/cosmoz-image-viewer#readme"
}