forked from Polymer/web-component-tester
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbower.json
37 lines (37 loc) · 808 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
{
"name": "web-component-tester",
"description": "web-component-tester makes testing your web components a breeze!",
"main": [
"browser.js",
"environment.js"
],
"license": "http://polymer.github.io/LICENSE.txt",
"ignore": [
"*",
"!/browser.js",
"!/browser.js.map",
"!/runtime-helpers/*"
],
"keywords": [
"browser",
"grunt",
"gruntplugin",
"gulp",
"polymer",
"test",
"testing",
"web component",
"web"
],
"dependencies": {
"mocha": "^2.2.4",
"stacky": "PolymerLabs/stacky#^1.2.2",
"async": "^0.9.2",
"chai": "^2.3.0",
"lodash": "^3.7.0",
"sinon-chai": "^2.7.0",
"sinonjs": "^1.14.1",
"accessibility-developer-tools": "GoogleChrome/accessibility-developer-tools#^2.7.0"
},
"version": "3.3.17"
}