-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
35 lines (35 loc) · 842 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
33
34
35
{
"name": "elm-polymer",
"version": "1.1.0",
"description": "Elm bindings Elm bindings to some PolymerElements Web Components",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/lzrski/elm-polymer.git"
},
"keywords": [
"Elm",
"Polymer",
"Web",
"Components",
"Custom",
"Elements",
"Attributes"
],
"author": "Tadeusz Lazurski (https://www.lazurski.pl/)",
"license": "BSD3",
"bugs": {
"url": "https://github.com/lzrski/elm-polymer/issues"
},
"homepage": "https://github.com/lzrski/elm-polymer#readme",
"devDependencies": {
"bower": "^1.8.0",
"elm": "^0.18.0",
"elm-format": "^0.6.1-alpha",
"js-yaml": "^3.8.4",
"polymer-bundler": "^2.2.0"
}
}