-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
42 lines (42 loc) · 967 Bytes
/
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
{
"name": "github-98",
"version": "1.0.0",
"description": "A userstyle for github.com",
"private": true,
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "npx gulp build",
"watch": "npx gulp watch"
},
"repository": {
"type": "git",
"url": "git+https://github.com/3lo1i/WinHub-98.git"
},
"keywords": [
"userstyle",
"github",
"windows-98",
"microsoft",
"sass",
"css",
"stylish",
"retro"
],
"author": "3lo1i",
"license": "MIT",
"bugs": {
"url": "https://github.com/3lo1i/github-98/issues"
},
"homepage": "https://github.com/3lo1i/github-98#readme",
"devDependencies": {
"@babel/core": "^7.3.4",
"@babel/preset-env": "^7.3.4",
"@babel/register": "^7.0.0",
"gulp": "^4.0.0",
"gulp-css-base64": "^1.3.4",
"gulp-proxy-inject-css": "^0.1.3",
"gulp-rename": "^1.4.0",
"gulp-sass": "^4.0.2",
"gulp-uglifycss": "^1.1.0"
}
}