-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbower.json
More file actions
51 lines (51 loc) · 1.49 KB
/
bower.json
File metadata and controls
51 lines (51 loc) · 1.49 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
48
49
50
51
{
"name": "markdown-input",
"version": "0.0.3",
"description": "An input element with markdown support",
"authors": [
"Preview-Code team"
],
"repository": {
"type": "git",
"url": "git://github.com/preview-code/markdown-input.git"
},
"homepage": "https://github.com/preview-code/markdown-input",
"main": "markdown-input.html",
"license": "BSD-3-Clause",
"private": true,
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"polymer": "Polymer/polymer#^1.8.0",
"paper-input": "PolymerElements/paper-input#^1.1.23",
"paper-button": "PolymerElements/paper-button#^1.0.14",
"iron-test-helpers": "txsmith/iron-test-helpers#master",
"marked-element": "polymerelements/marked-element#^1.3.1",
"paper-icon-button": "PolymerElements/paper-icon-button#^1.1.4",
"iron-icons": "PolymerElements/iron-icons#^1.2.0",
"iron-icon": "PolymerElements/iron-icon#^1.0.12"
},
"devDependencies": {
"iron-component-page": "PolymerElements/iron-component-page#^1.0.0",
"iron-demo-helpers": "PolymerElements/iron-demo-helpers#^1.0.0",
"web-component-tester": "^5.0.0",
"webcomponentsjs": "webcomponents/webcomponentsjs#^0.7.24",
"paper-material": "^1.0.6",
"test-fixture": "^1.0.0",
"iron-test-helpers": "txsmith/iron-test-helpers#master"
},
"keywords": [
"web-components",
"web-component",
"polymer",
"markdown",
"preview",
"input",
"textarea"
]
}