-
Notifications
You must be signed in to change notification settings - Fork 46
/
Copy pathbower.json
51 lines (51 loc) · 1.17 KB
/
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
41
42
43
44
45
46
47
48
49
50
51
{
"name": "strand",
"version": "4.5.2",
"homepage": "https://github.com/MediaMath/strand",
"repository": {
"type": "git",
"url": "git://github.com/MediaMath/strand.git"
},
"authors": [
"Dan Lasky <[email protected]>",
"Anthony Koerber <[email protected]>",
"Derek Olson <[email protected]>",
"Justin Moore <[email protected]>"
],
"description": "MediaMath UI-Framework built with polymer.js",
"main": [
"dist/strand.html"
],
"keywords": [
"polymer",
"web-components",
"ui-framework"
],
"license": "BSD",
"ignore": [
"**/.*",
"docs",
"grunt",
"Gruntfile.js",
"node_modules",
"bower_components",
"package.json",
"BANNER.txt",
"*.md"
],
"dependencies": {
"eventdispatcherjs": "mrdoob/eventdispatcher.js#57d849444a",
"moment": "~2.17.0",
"moment-range": "~2.2.0",
"polymer": "Polymer/polymer#1.11.1",
"webcomponentsjs": "webcomponents/webcomponentsjs#0.7.24",
"zousan": "~1.3.0",
"validator-js": "4.4.0",
"fetch": "~2.0.1",
"es6-promise": "~4.0.5"
},
"devDependencies": {
"web-component-tester": "~4.2.2",
"bourbon": "~4.2.4"
}
}