-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
43 lines (43 loc) · 1.07 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
{
"name": "lit-emojis",
"version": "2.0.0",
"description": "Web Component for animated emojis",
"main": "lit-emojis.js",
"scripts": {
"lint:eslint": "eslint --ext .js,.html . --ignore-path .gitignore",
"format:eslint": "eslint --ext .js,.html . --fix --ignore-path .gitignore",
"start": "es-dev-server --app-index demos/index.html --node-resolve --watch --open",
"release": "np"
},
"repository": {
"type": "git",
"url": "git+https://github.com/tregoning/lit-emojis.git"
},
"keywords": [
"SVG",
"emoji",
"animated",
"webcomponent",
"web-component",
"component",
"lit-element",
"lit-component",
"Feedback"
],
"author": "John Tregoning",
"license": "MIT",
"bugs": {
"url": "https://github.com/tregoning/lit-emojis/issues"
},
"homepage": "https://github.com/tregoning/lit-emojis#readme",
"devDependencies": {
"@open-wc/eslint-config": "^2.0.6",
"es-dev-server": "^1.51.0",
"eslint": "^7.1.0",
"np": "*"
},
"dependencies": {
"lit-element": "^2.3.1",
"lit-html": "^1.2.1"
}
}