-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1.28 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
{
"name": "hate-love-twitter",
"version": "0.5.0",
"description": "Google Chrome Extension which hides likes of users you follow from your Twitter timeline",
"main": "hate-love.js",
"scripts": {
"prebuild:firefox": "del-cli dist build -f",
"build:firefox": "env BROWSER='firefox' webpack -p",
"prebuild:chrome": "del-cli dist build -f",
"build:chrome": "env BROWSER='chrome' webpack -p",
"prebuild:opera": "del-cli dist build -f",
"build:opera": "env BROWSER='opera' webpack -p",
"prebuild:dev": "del-cli dist build -f",
"build:dev": "env BROWSER='dev' webpack"
},
"repository": {
"type": "git",
"url": "git+https://github.com/csuarez/hate-love-twitter.git"
},
"keywords": [
"chrome-extension",
"twitter"
],
"author": "César Suárez",
"license": "ISC",
"bugs": {
"url": "https://github.com/csuarez/hate-love-twitter/issues"
},
"homepage": "https://github.com/csuarez/hate-love-twitter#readme",
"devDependencies": {
"babel-core": "^6.26.0",
"babel-loader": "^7.1.2",
"babel-preset-es2015": "^6.24.1",
"copy-webpack-plugin": "^4.0.1",
"del-cli": "^1.1.0",
"dotenv": "^4.0.0",
"webpack": "^3.5.5",
"webpack-webext-plugin": "github:rpl/webpack-webext-plugin",
"zip-webpack-plugin": "^2.0.0"
}
}