-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 1.01 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
{
"name": "plain-picker",
"version": "0.1.0",
"description": "plain datepicker in polymer",
"main": "index.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "polymer test",
"lint": "polymer lint && eslint plain-picker.html",
"hooks": "sudo chmod +x hooks/*; cp hooks/* .git/hooks/",
"serve": "polymer serve"
},
"repository": {
"type": "git",
"url": "git+https://github.com/kasperstorgaard/plain-picker.git"
},
"keywords": [
"falcon",
"component",
"polymer"
],
"author": "kasperstorgaard",
"license": "ISC",
"bugs": {
"url": "https://github.com/kasperstorgaard/plain-picker/issues"
},
"homepage": "https://github.com/kasperstorgaard/plain-picker#readme",
"devDependencies": {
"eslint": "^3.0.1",
"eslint-config-airbnb": "^9.0.1",
"eslint-plugin-html": "^1.5.1",
"eslint-plugin-import": "^1.10.3",
"eslint-plugin-jsx-a11y": "^2.0.1",
"eslint-plugin-react": "^5.2.2",
"polymer-cli": "^0.12.0"
},
"dependencies": {}
}