forked from ellipticaljs/paper-autocomplete
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1.46 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": "paper-autocomplete",
"description": "Material Design autocomplete component.",
"version": "3.7.0",
"author": "S. Francis <[email protected]>",
"contributors": [
"Rodolfo Oviedo <[email protected]>",
"Alfonso Aguilar <[email protected]>",
"Oliver Hamlet <[email protected]>",
"alejost848 <[email protected]>",
"Tobias Koppers @sokra",
"David Ford <[email protected]>",
"Arun Kumar TK <[email protected]>",
"Jaime Vega <[email protected]>",
"Antonio José Barrios <[email protected]>",
"Miguel Collado <[email protected]>"
],
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/ellipticaljs/paper-autocomplete.git"
},
"scripts": {
"start": "polymer serve -o",
"postinstall": "bower i",
"test": "polymer test --plugin local",
"test:remote": "polymer test --plugin sauce",
"lint": "eslint --cache paper-autocomplete*.html test/paper*.html && polymer lint paper-autocomplete*.html --rules polymer-2-hybrid",
"publish-docs": "./publish-docs.sh",
"variants": "polymer install --variants && polymer serve -o -H 0.0.0.0",
"clean": "rm -rf bower_components bower_components-1.x bower-1.x.json"
},
"devDependencies": {
"eslint": "^4.0.0",
"eslint-plugin-html": "^3.0.0",
"sinon": "^3.0.0",
"web-component-tester": "^6.0.1",
"web-component-tester-istanbul": "^0.10.0"
},
"dependencies": {}
}