-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 710 Bytes
/
package.json
File metadata and controls
28 lines (28 loc) · 710 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
{
"name": "@bramtest/third-elem",
"version": "1.0.2-beta.0",
"description": "> TODO: description",
"author": "Bram van der Holst <bram@h-o.nl>",
"homepage": "https://github.com/bramvanderholst/webcomponent-third-elem",
"license": "ISC",
"main": "third-elem.js",
"directories": {
"test": "__tests__"
},
"files": [
"third-elem.js"
],
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "git+https://github.com/bramvanderholst/webcomponent-third-elem.git"
},
"scripts": {
"test": "echo \"Error: run tests from root\" && exit 1"
},
"bugs": {
"url": "https://github.com/bramvanderholst/webcomponent-third-elem/issues"
}
}