spincycle
Version:
A reactive message router and object manager that lets clients subscribe to object property changes on the server
42 lines (41 loc) • 904 B
JSON
{
"name": "web-component-tester",
"description": "web-component-tester makes testing your web components a breeze!",
"version": "4.3.6",
"main": [
"browser.js"
],
"license": "http://polymer.github.io/LICENSE.txt",
"ignore": [
"*",
"!/data/*",
"!/browser.js",
"!/browser.js.map"
],
"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": "^2.3.0",
"sinon-chai": "^2.7.0",
"sinonjs": "^1.14.1",
"stacky": "^1.3.0",
"test-fixture": "polymerelements/test-fixture#^1.0.0"
},
"devDependencies": {
"polymer": "Polymer/polymer#^1.5.0",
"webcomponentsjs": "webcomponents/webcomponentsjs#^0.7.22"
}
}