-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy pathbower.json
More file actions
31 lines (31 loc) · 814 Bytes
/
Copy pathbower.json
File metadata and controls
31 lines (31 loc) · 814 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
{
"name": "polymer-tinymce",
"version": "1.0.6",
"authors": [
"Jalal Fathi <jfathi.mail@gmail.com>"
],
"description": "A Polymer integration of the tinymce HTML editor.",
"keywords": [
"web-component",
"web-components",
"html",
"editor"
],
"main": "polymer-tinymce.html",
"license": "http://polymer.github.io/LICENSE.txt",
"homepage": "https://github.com/JaySunSyn/polymer-tinymce",
"ignore": [
"/.*",
"/test/"
],
"dependencies": {
"polymer": "Polymer/polymer#^1.1.0",
"paper-button": "PolymerElements/paper-button#~1.0.11",
"paper-input": "PolymerElements/paper-input#~1.1.7",
"import-tinymce": "^1.0.0"
},
"devDependencies": {
"iron-component-page": "PolymerElements/iron-component-page#^1.0.0",
"web-component-tester": "*"
}
}