-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
36 lines (36 loc) · 1.07 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
{
"name": "polymer-day-web",
"version": "0.0.4",
"description": "The event focused on Google's Polymer Library and App's Toolbox in Spain. We will dedicate a day to talk about Web Components technology. More than 10 talks from developers who are using Polymer during long time and for real projects.",
"repository": {
"type": "git"
},
"bugs": {
"url": "https://github.com/polymer-day/polymerday-madrid2017/issues"
},
"engines": {
"node": ">=4.0"
},
"private": true,
"devDependencies": {
"eslint": "^3.19.0",
"eslint-config-google": "^0.7.0",
"eslint-plugin-html": "^2.0.0"
},
"scripts": {
"postinstall": "bower -v || npm i -g bower && bower i && polymer --version || npm i -g polymer-cli",
"lint": "npm run lint:javascript && polymer lint",
"lint:javascript": "eslint . --ext js,html --ignore-path .gitignore",
"test": "polymer test",
"build": "polymer build",
"validate": "npm ls"
},
"pre-commit": [
"lint"
],
"dependencies": {
"install": "^0.10.1",
"npm": "^5.0.3",
"precommit-hook": "^3.0.0"
}
}