This repository was archived by the owner on Sep 29, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 1.29 KB
/
Copy pathpackage.json
File metadata and controls
46 lines (46 loc) · 1.29 KB
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
{
"name": "soundcloud-stream-cleaner",
"description": "Userscript which allows you to hide unwanted tracks and playlists from your stream!",
"homepage": "https://github.com/iammordaty/soundcloud-stream-cleaner",
"version": "0.0.1",
"license": "CC-BY-3.0",
"author": "iammordaty",
"maintainers": [
{
"name": "iammordaty",
"url": "https://github.com/iammordaty"
}
],
"devDependencies": {
"babel-plugin-array-includes": "^2.0.3",
"babel-plugin-transform-merge-sibling-variables": "^6.8.5",
"babel-plugin-transform-remove-strict-mode": "0.0.2",
"babel-preset-es2015": "^6.24.0",
"clean-css": "^4.1.6",
"del": "^3.0.0",
"eslint": "^4.2.0",
"eslint-plugin-compat": "^1.0.2",
"gulp": "^3.9.1",
"gulp-babel": "^6.1.2",
"gulp-concat": "^2.6.1",
"gulp-connect": "^5.0.0",
"gulp-eslint": "^4.0.0",
"gulp-inject": "^4.2.0",
"gulp-plumber": "^1.1.0",
"gulp-replace": "^0.6.1",
"gulp-strip-comments": "^2.4.5",
"gulp-uglify": "^3.0.0",
"gulp-util": "^3.0.8"
},
"browserslist": [
"> 1%"
],
"bugs": {
"url": "https://github.com/iammordaty/soundcloud-stream-cleaner/issues"
},
"repository": {
"type": "git",
"git": "git://github.com/iammordaty/soundcloud-stream-cleaner.git"
},
"scripts": {}
}