-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 857 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 857 Bytes
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
{
"name": "t-header",
"version": "1.0.0",
"description": "Header component",
"main": "wct.conf.js",
"directories": {
"test": "test"
},
"dependencies": {
"web-component-tester": "^6.0.0-prerelease.4",
"web-component-tester-istanbul": "^0.10.1-wct6.10"
},
"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.10"
},
"scripts": {
"test": "mocha"
},
"repository": {
"type": "git",
"url": "git+https://github.com/shailesh17mar/t-header.git"
},
"author": "shailesh",
"license": "ISC",
"bugs": {
"url": "https://github.com/shailesh17mar/t-header/issues"
},
"homepage": "https://github.com/shailesh17mar/t-header#readme"
}