-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathpackage.json
More file actions
54 lines (54 loc) · 1.53 KB
/
package.json
File metadata and controls
54 lines (54 loc) · 1.53 KB
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
{
"description": "LitElement component that allows to select between a set of predefined emojis",
"keywords": [
"web-components",
"polymer",
"emoji",
"reaction",
"litelement"
],
"homepage": "https://github.com/collaborne/paper-chip",
"name": "@collaborne/paper-chip",
"version": "4.0.6",
"main": "dist/paper-chips-search.js",
"types": "dist/paper-chips-search.d.ts",
"author": "collaborne",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/Collaborne/paper-chip/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Collaborne/paper-chip.git"
},
"files": [
"dist"
],
"scripts": {
"build": "tsc",
"lint": "tslint -c tslint.json \"src/**/*.ts\"",
"test": "npm run lint && echo 'No tests yet'",
"prepublish": "npm run lint && npm run build",
"start-dev": "tsc --watch & polymer serve"
},
"dependencies": {
"@collaborne/lit-flexbox-literals": "^0.2.2",
"@polymer/iron-a11y-keys-behavior": "^3.0.1",
"@polymer/iron-iconset-svg": "^3.0.1",
"@polymer/paper-styles": "^3.0.1",
"@polymer/polymer": "^3.1.0",
"lit-element": "^2.1.0"
},
"devDependencies": {
"@polymer/iron-component-page": "^4.0.0",
"@polymer/iron-demo-helpers": "^3.0.0",
"@polymer/iron-input": "^3.0.1",
"@polymer/paper-checkbox": "^3.1.0",
"@vaadin/vaadin-combo-box": "^4.2.5",
"polymer-cli": "^1.9.5",
"ts-node": "^8.0.3",
"tslint": "^5.14.0",
"tslint-config-collaborne": "^0.0.4",
"typescript": "^3.3.4000"
}
}