-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
32 lines (32 loc) · 940 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
{
"name": "@philnash/time-formatter",
"version": "0.0.2",
"description": "A web component that converts a date time into your user's time zone and formats it locally.",
"type": "module",
"main": "index.js",
"module": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"analyze": "wca analyze index.js --outFile custom-elements.json",
"preversion": "npm run analyze && git add custom-elements.json"
},
"keywords": [
"web component",
"time",
"datetime",
"time zone"
],
"author": "Phil Nash <philnash@gmail.com> (https://philna.sh)",
"repository": {
"type": "git",
"url": "https://github.com/philnash/time-formatter.git"
},
"homepage": "https://github.com/philnash/time-formatter",
"bugs": {
"url": "https://github.com/philnash/time-formatter/issues"
},
"license": "MIT",
"devDependencies": {
"web-component-analyzer": "^1.1.6"
}
}