-
Notifications
You must be signed in to change notification settings - Fork 176
/
bower.json
43 lines (43 loc) · 917 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
41
42
43
{
"name": "web-component-tester",
"description": "web-component-tester makes testing your web components a breeze!",
"version": "6.0.0",
"main": [
"browser.js"
],
"license": "http://polymer.github.io/LICENSE.txt",
"ignore": [
"*",
"!/data/*",
"!/browser.js",
"!/browser.js.map",
"!/package.json",
"!/bower.json"
],
"keywords": [
"browser",
"grunt",
"gruntplugin",
"gulp",
"polymer",
"test",
"testing",
"web component",
"web"
],
"dependencies": {
"accessibility-developer-tools": "^2.10.0",
"async": "^1.5.0",
"chai": "^3.2.0",
"lodash": "^3.7.0",
"mocha": "^3.1.2",
"sinon-chai": "^2.7.0",
"sinonjs": "^1.14.1",
"stacky": "^1.3.0",
"test-fixture": "^3.0.0"
},
"devDependencies": {
"polymer": "Polymer/polymer#^1.5.0",
"webcomponentsjs": "webcomponents/webcomponentsjs#^0.7.22"
}
}