-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1 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
{
"name": "quill-word-counter",
"version": "0.1.0",
"description": "Quill Extension for Word Count",
"main": "webpack.config.js",
"devDependencies": {
"babel-core": "^6.24.0",
"babel-loader": "^6.4.1",
"babel-preset-env": "^1.2.2",
"babel-preset-es2015": "^6.22.0",
"css-loader": "^0.27.3",
"extract-text-webpack-plugin": "^2.1.0",
"node-sass": "^4.5.1",
"sass-loader": "^6.0.3",
"webpack": "^2.3.2"
},
"scripts": {
"test": "npm test",
"build": "webpack"
},
"repository": {
"type": "git",
"url": "git+https://github.com/contentco/quill-word-counter.git"
},
"keywords": [
"content",
"emoji",
"quill",
"editor"
],
"author": "Ye Min Htut",
"license": "MIT",
"bugs": {
"url": "https://github.com/contentco/contentco/quill-word-counter/issues"
},
"homepage": "https://github.com/contentco/contentco/quill-word-counter#readme",
"dependencies": {
"babel": "^6.23.0",
"preact": "^7.2.0",
"quill": "^1.2.2"
}
}