forked from PolymerElements/iron-pages
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 885 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": "iron-views",
"version": "1.1.0",
"description": "iron-views was forked from iron-pages to better support Electron's webviews",
"main": "index.html",
"directories": {
"test": "test"
},
"scripts": {
"postinstall": "bower install",
"pretest": "npm install",
"test": "polymer test",
"start": "polymer serve --open"
},
"repository": {
"type": "git",
"url": "git+https://github.com/telecomsante/iron-views.git"
},
"keywords": [
"web-components",
"polymer",
"container",
"webviews"
],
"author": "Télécom Santé",
"license": "SEE LICENSE IN http://polymer.github.io/LICENSE.txt",
"bugs": {
"url": "https://github.com/telecomsante/iron-views/issues"
},
"homepage": "https://github.com/telecomsante/iron-views#readme",
"devDependencies": {
"bower": "^1.8.0",
"polymer-cli": "^0.17.0"
}
}