-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
38 lines (38 loc) · 1.08 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": "cosmoz-omnitable",
"version": "1.0.0",
"description": "[![Build Status](https://travis-ci.org/Neovici/cosmoz-omnitable.svg?branch=master)](https://travis-ci.org/Neovici/cosmoz-omnitable)",
"main": "cosmoz-omnitable.html",
"directories": {
"test": "test"
},
"devDependencies": {
"eslint": "^5.12.0",
"eslint-plugin-html": "^5.0.0",
"eslint-plugin-mocha": "^5.2.0",
"gulp": "^3.9.0",
"polymer-cli": "^1.8.0",
"web-component-tester-istanbul": "Neovici/web-component-tester-istanbul"
},
"scripts": {
"start": "polymer serve -o",
"postinstall": "polymer install",
"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-omnitable.git"
},
"keywords": [
"polymer",
"web-components"
],
"author": "",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/neovici/cosmoz-omnitable/issues"
},
"homepage": "https://github.com/neovici/cosmoz-omnitable#readme"
}