webdash-readme-preview
Version:
Preview your README.md straight from the dashboard
35 lines • 954 B
JSON
{
"name": "test-fixture",
"version": "3.0.0",
"license": "http://polymer.github.io/LICENSE.txt",
"description": "A simple element to fixture DOM for tests",
"keywords": [
"web-components",
"polymer",
"testing"
],
"devDependencies": {
"web-component-tester": "^6.0.0-prerelease.5",
"webcomponentsjs": "webcomponents/webcomponentsjs#^1.0.0-rc.1"
},
"variants": {
"1.x": {
"devDependencies": {
"web-component-tester": "^4.0.0",
"webcomponentsjs": "webcomponents/webcomponentsjs#^0.7.0"
}
}
},
"main": "test-fixture.html",
"ignore": [],
"homepage": "https://github.com/PolymerElements/test-fixture",
"_release": "3.0.0",
"_resolution": {
"type": "version",
"tag": "v3.0.0",
"commit": "05caebd9ecbb464024455923bd351d2ba640932e"
},
"_source": "https://github.com/PolymerElements/test-fixture.git",
"_target": "^3.0.0",
"_originalSource": "test-fixture"
}