-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
32 lines (32 loc) · 990 Bytes
/
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
{
"name": "tsante-dropdown",
"version": "0.1.2",
"description": "A dropdown component",
"author": {
"name": "Fabrice Le Coz",
"email": "[email protected]"
},
"scripts": {
"clean": "rm -rf bower_components node_modules",
"postinstall": "polymer install",
"start": "polymer serve",
"test": "polymer test",
"lint": "npm run lint:javascript && npm run lint:polymer",
"lint:polymer": "polymer lint",
"lint:javascript": "eslint . --ext js,html --ignore-path .gitignore",
"doc": "polymer analyze -i tsante-dropdown.html | ./filterDoc.js > analysis.json"
},
"keywords": [],
"license": "ISC",
"dependencies": {},
"devDependencies": {
"eslint": "^4.19.1",
"eslint-config-standard": "^11.0.0",
"eslint-plugin-html": "^4.0.3",
"eslint-plugin-import": "^2.12.0",
"eslint-plugin-node": "^6.0.1",
"eslint-plugin-promise": "^3.8.0",
"eslint-plugin-standard": "^3.1.0",
"polymer-cli": "^1.7.2"
}
}