-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
38 lines (38 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
{
"name": "steam-external-link-bypasser",
"version": "0.0.1",
"homepage": "https://github.com/cletusc/steam-external-link-bypasser",
"bugs": "https://github.com/cletusc/steam-external-link-bypasser/issues",
"author": "Ryan Chatham <ryan.b.chatham@gmail.com> (https://github.com/cletusc)",
"repository": {
"type": "git",
"url": "https://github.com/cletusc/steam-external-link-bypasser.git"
},
"userscript": {
"name": "Steam External Link Bypasser",
"namespace": "https://github.com/cletusc",
"version": "{{{pkg.version}}}",
"description": "Adds ability to bypass certain hosts on the Steam external site warning page.",
"copyright": "2014+, {{{pkg.author}}}",
"author": "{{{pkg.author}}}",
"icon": "http://www.gravatar.com/avatar.php?gravatar_id=6875e83aa6c563790cb2da914aaba8b3&r=PG&s=48&default=identicon",
"license": "MIT; https://github.com/cletusc/steam-external-link-bypasser/blob/master/LICENSE",
"homepage": "{{{pkg.homepage}}}",
"supportURL": "{{{pkg.bugs}}}",
"grant": "none",
"include": "https://steamcommunity.com/linkfilter/?url=*"
},
"devDependencies": {
"gulp": "^3.8.3",
"hogan.js": "^3.0.2",
"gulp-concat": "^2.2.0",
"gulp-conflict": "^0.1.2",
"gulp-css-base64": "^1.1.0",
"gulp-minify-css": "^0.3.5",
"gulp-header": "^1.0.2",
"gulp-hogan-compile": "^0.2.1",
"vinyl-map": "^1.0.1",
"gulp-rename": "^1.2.0",
"gulp-uglify": "^0.3.1"
}
}