-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathbower.json
40 lines (40 loc) · 1001 Bytes
/
bower.json
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
{
"name": "nodecg-replicant",
"version": "1.0.2",
"homepage": "https://github.com/NodeCGElements/nodecg-replicant",
"authors": [
"Alex Van Camp <email@alexvan.camp>"
],
"description": "A declarative implementation of NodeCG Replicants.",
"main": "nodecg-replicant.html",
"moduleType": [],
"keywords": [
"nodecg",
"dashboard",
"panel",
"polymer",
"web-components",
"web-component"
],
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"polymer": "Polymer/polymer#^2.0.0"
},
"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",
"mock-nodecg": "nodecg/mock-nodecg#^1.0.1"
},
"resolutions": {
"polymer": "^2.0.0"
}
}