forked from contentco/quill-tweet
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 979 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": "quill-tweet",
"version": "1.0.7",
"description": "Quill Extension for Embedding Tweets",
"main": "webpack.config.js",
"devDependencies": {
"babel-core": "^6.26.3",
"babel-loader": "^6.4.1",
"babel-preset-env": "^1.7.0",
"css-loader": "^0.27.3",
"extract-text-webpack-plugin": "^2.1.0",
"node-sass": "^4.5.3",
"sass-loader": "^6.0.5",
"uglifyjs-webpack-plugin": "^0.4.3",
"webpack": "^2.7.0",
"webpack-dev-server": "^2.11.2"
},
"scripts": {
"build": "webpack"
},
"repository": {
"type": "git",
"url": "git+https://github.com/contentco/quill-tweet"
},
"keywords": [
"content",
"quill",
"editor"
],
"author": "contentco",
"license": "MIT",
"bugs": {
"url": "https://github.com/contentco/quill-tweet/issues"
},
"homepage": "https://github.com/contentco/quill-tweet#readme",
"dependencies": {
"babel": "^6.23.0",
"preact": "^7.2.1",
"quill": "^1.3.6"
}
}