-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathbower.json
More file actions
47 lines (47 loc) · 1.04 KB
/
bower.json
File metadata and controls
47 lines (47 loc) · 1.04 KB
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
41
42
43
44
45
46
47
{
"name": "simpla-admin",
"version": "1.3.1",
"authors": [
"Simpla"
],
"description": "Beautiful, lightweight admin interface for Simpla",
"keywords": [
"simpla-element",
"web-component",
"simpla",
"admin",
"content management",
"cms"
],
"main": "simpla-admin.html",
"license": "MIT",
"homepage": "http://webcomponents.org/element/SimplaElements/simpla-img",
"demos": {
"Demo": "demo/index.html"
},
"pages": {
"API Reference": "API.md"
},
"ignore": [
"*",
"!*.html",
"!LICENSE"
],
"dependencies": {
"polymer": "^1.6.0",
"simpla-notify": "^1.0.0",
"simple-dropdown": "simple-dropdown-menu#^0.2.0",
"simpla-styles": "^1.0.0",
"iron-iconset-svg": "PolymerElements/iron-iconset-svg#^1.1.0",
"iron-icon": "PolymerElements/iron-icon#^1.0.12",
"simple-button": "^0.2.3"
},
"devDependencies": {
"web-component-tester": "^5.0.0",
"simpla-demo-helper": "^0.1.3"
},
"resolutions": {
"polymer": "^1.6.0",
"webcomponentsjs": "^v1.0.0"
}
}