-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbower.json
More file actions
45 lines (45 loc) · 960 Bytes
/
bower.json
File metadata and controls
45 lines (45 loc) · 960 Bytes
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
{
"name": "simpla-article",
"version": "1.1.1",
"authors": [
"Simpla <friends@simpla.io>"
],
"description": "Write longform, rich-media articles seamlessly inline",
"keywords": [
"simpla",
"web-components",
"custom-element",
"article",
"editor",
"cms",
"content-management"
],
"main": "simpla-article.html",
"license": "MIT",
"homepage": "https://github.com/SimplaElements/simpla-article/",
"pages": {
"API Reference": "API.md"
},
"demos": {
"Demo": "demo/index.html"
},
"ignore": [
"*",
"!src",
"!*.html",
"!LICENSE"
],
"dependencies": {
"polymer": "^1.8.0",
"simpla-element-behavior": "^0.2.3",
"simpla-richtext-behavior": "^0.4.4"
},
"devDependencies": {
"iron-demo-helpers": "PolymerElements/iron-demo-helpers#^1.2.5",
"simpla-demo-helper": "^0.1.3",
"web-component-tester": "^4.0.0"
},
"resolutions": {
"polymer": "^1.8.0"
}
}