-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbower.json
More file actions
30 lines (30 loc) · 849 Bytes
/
bower.json
File metadata and controls
30 lines (30 loc) · 849 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
{
"name": "lexeme-elements",
"authors": [
"Alex Van Camp <alex@supportclass.net>"
],
"description": "A set of Polymer base classes and utility elements designed for use in NodeCG bundles.",
"main": "lexeme-elements.html",
"private": true,
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests",
"extensions",
"schemas"
],
"dependencies": {
"mock-nodecg": "nodecg/mock-nodecg#^1.5.1",
"polymer": "Polymer/polymer#^2.6.1"
},
"devDependencies": {
"iron-demo-helpers": "PolymerElements/iron-demo-helpers#^2.0.0",
"test-fixture": "PolymerElements/test-fixture#3.0.0-rc.1",
"web-component-tester": "Lange/web-component-tester#patch-1",
"webcomponentsjs": "webcomponents/webcomponentsjs#^1.0.0",
"iron-component-page": "^3.0.1"
},
"version": "2.1.0"
}