-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
51 lines (51 loc) · 1.45 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
{
"name": "remove-from-feed-button-for-youtube",
"fullName": "Remove from Feed Button for YouTube",
"version": "0.0.7",
"description": "Easily remove items from your YouTube subscription feed with a single click",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies": {
"simulate-click-js": "git://github.com/jeromedane/simulate-click-js"
},
"repository": {
"type": "git",
"url": "https://github.com/JeromeDane/YouTube-Remove-From-Feed-Button.git"
},
"keywords": [
"youtube",
"remove",
"feed",
"chrome",
"extension"
],
"author": "Jerome Dane <jeromedane.com>",
"license": "Creative Commons Attribution 3.0 Unported",
"bugs": {
"url": "https://github.com/JeromeDane/YouTube-Remove-From-Feed-Button/issues"
},
"homepage": "https://github.com/JeromeDane/YouTube-Remove-From-Feed-Button",
"devDependencies": {
"css-loader": "^0.19.0",
"del": "^2.0.2",
"file-loader": "^0.8.4",
"gulp": "^3.9.0",
"gulp-concat": "^2.6.0",
"gulp-ignore": "^2.0.1",
"gulp-imagemin": "^2.3.0",
"gulp-rename": "^1.2.2",
"gulp-rimraf": "^0.2.0",
"gulp-template": "^3.0.0",
"gulp-uglify": "^1.4.2",
"gulp-watch": "^4.3.5",
"gulp-zip": "^3.0.2",
"imagemin-pngquant": "^4.2.0",
"socket.io": "^1.3.7",
"style-loader": "^0.12.4",
"url-loader": "^0.5.6",
"webpack": "^1.12.2",
"webpack-stream": "^2.1.1"
}
}