-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
53 lines (53 loc) · 1.38 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
44
45
46
47
48
49
50
51
52
53
{
"name": "bad-block",
"version": "1.0.0",
"description": "Blocker for bad news using AFINN",
"main": "index.js",
"scripts": {
"build": "node utils/build.js",
"start": "node utils/webserver.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/TimeoutZero/bad-block.git"
},
"keywords": [
"chrome",
"chrome-extension",
"extension",
"news"
],
"author": "Carlos Henrique (C8)",
"license": "MIT",
"bugs": {
"url": "https://github.com/TimeoutZero/bad-block/issues"
},
"homepage": "https://github.com/TimeoutZero/bad-block#readme",
"dependencies": {
"jquery": "3.3.1",
"lodash": "^4.17.11",
"messageformat": "^2.1.0",
"sentiment": "5.0.1"
},
"devDependencies": {
"@fortawesome/fontawesome-free": "^5.8.1",
"clean-webpack-plugin": "1.0.0",
"copy-webpack-plugin": "4.6.0",
"css-loader": "2.1.0",
"file-loader": "3.0.1",
"fs-extra": "7.0.1",
"html-loader": "0.5.5",
"html-webpack-plugin": "3.2.0",
"jest": "24.5.0",
"node-sass": "^4.11.0",
"null-loader": "^0.1.1",
"sass-loader": "^7.1.0",
"style-loader": "0.23.1",
"webpack": "4.28.4",
"webpack-chrome-extension-reloader": "^1.2.0",
"webpack-cli": "3.2.1",
"webpack-dev-server": "3.1.14",
"write-file-webpack-plugin": "4.5.0"
}
}