-
Notifications
You must be signed in to change notification settings - Fork 14
/
package.json
34 lines (34 loc) · 991 Bytes
/
package.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
{
"description": "A simple element to fixture DOM for tests",
"keywords": [
"web-components",
"polymer",
"testing"
],
"repository": {
"type": "git",
"url": "git+https://github.com/polymerelements/test-fixture.git"
},
"homepage": "https://github.com/polymerelements/test-fixture#readme",
"name": "@polymer/test-fixture",
"version": "4.0.2",
"main": "test-fixture.js",
"author": "The Polymer Authors",
"license": "BSD-3-Clause",
"bugs": {
"url": "https://github.com/polymerelements/test-fixture/issues"
},
"devDependencies": {
"@webcomponents/webcomponentsjs": "^2.0.0",
"wct-browser-legacy": "^1.0.1",
"web-component-tester": "^6.0.0-prerelease.5",
"webmat": "^0.2.2",
"@polymer/gen-typescript-declarations": "^1.5.1"
},
"scripts": {
"format": "webmat",
"generate-types": "gen-typescript-declarations --deleteExisting --outDir . --verify",
"prepare": "npm run generate-types"
},
"dependencies": {}
}