-
Notifications
You must be signed in to change notification settings - Fork 29
/
package.json
41 lines (41 loc) · 911 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
33
34
35
36
37
38
39
40
41
{
"name": "polymer-quill",
"version": "1.3.4.1",
"description": "Polymer Quill Rich Text Editor",
"main": "polymer-quill.html",
"directories": {
"test": "test"
},
"dependencies": {
"quill": "^1.3.4"
},
"devDependencies": {
"eslint": "^3.19.0",
"eslint-config-google": "^0.7.0",
"eslint-plugin-html": "^2.0.0"
},
"scripts": {
"test": "polymer test",
"eslint": "^3.19.0",
"eslint-config-google": "^0.7.0",
"eslint-plugin-html": "^2.0.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/chuckh/polymer-quill.git"
},
"keywords": [
"web-components",
"web-component",
"Polymer",
"Quill",
"Editor",
"wysiwyg"
],
"author": "Chuck Horton",
"license": "MIT",
"bugs": {
"url": "https://github.com/chuckh/polymer-quill/issues"
},
"homepage": "https://github.com/chuckh/polymer-quill#readme"
}