-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
31 lines (31 loc) · 865 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
{
"name": "language-element",
"version": "1.0.0",
"description": "",
"main": "index.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "./node_modules/.bin/wct",
"coverage": "open coverage/lcov-report/index.html"
},
"repository": {
"type": "git",
"url": "git+https://github.com/HAlejandro88/language-element.git"
},
"keywords": [
"polymer2",
"element"
],
"author": "@HAlejandro88",
"license": "MIT",
"bugs": {
"url": "https://github.com/HAlejandro88/language-element/issues"
},
"homepage": "https://github.com/HAlejandro88/language-element#readme",
"devDependencies": {
"web-component-tester": "git+https://github.com/t2ym/web-component-tester.git#wct6-plugin",
"web-component-tester-istanbul": "git+https://github.com/t2ym/web-component-tester-istanbul.git#0.10.1-wct6.8"
}
}