-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
58 lines (58 loc) · 1.48 KB
/
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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
{
"name": "@exmg/exmg-date-format",
"version": "3.0.5",
"description": "Lightweight element for formatting dates",
"contributors": [
"Ex Machina"
],
"keywords": [
"web-components",
"web-component",
"polymer",
"date",
"dates",
"format",
"formatting"
],
"license": "MIT",
"main": "exmg-date-format.js",
"repository": {
"type": "git",
"url": "git://github.com:ExmgElements/exmg-date-format.git"
},
"files": [
"**/*.js",
"**/*.d.ts",
"**/template.html"
],
"homepage": "http://exmg.github.io/ExmgElements/exmg-date-format/",
"dependencies": {
"@polymer/lit-element": "^0.6.2",
"@polymer/polymer": "^3.1.0",
"@webcomponents/webcomponentsjs": "^2.0.0"
},
"devDependencies": {
"eslint": "^4.11.0",
"eslint-config-exmg": "latest",
"eslint-plugin-html": "^3.0.0",
"gulp": "^4.0.0",
"gulp-rename": "^1.3.0",
"gulp-replace": "^1.0.0",
"@polymer/iron-demo-helpers": "^3.0.0-pre.12",
"@webcomponents/webcomponentsjs": "^2.0.0",
"@polymer/iron-component-page": "^3.0.0-pre.19",
"typescript": "^3.1.3",
"wct-browser-legacy": "^1.0.0"
},
"scripts": {
"build": "tsc",
"prepare": "npm run build",
"start": "gulp serve",
"lint": "polymer lint --rules polymer-3 --input *.js",
"eslint": "eslint . --ext js,html --ignore-path .gitignore",
"analyze": "polymer analyze --input exmg-date-format.js > analysis.json"
},
"publishConfig": {
"access": "public"
}
}