forked from acgotaku/115
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
63 lines (63 loc) · 1.74 KB
/
Copy pathpackage.json
File metadata and controls
63 lines (63 loc) · 1.74 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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
{
"name": "115",
"version": "0.3.2",
"description": "Assistant for 115 to export download links to aria2-rpc.",
"main": "background.js",
"scripts": {
"start": "npm run dev",
"dev": "NODE_ENV=development gulp serve",
"build": "NODE_ENV=production gulp public",
"clean": "gulp clean",
"lint:js": "gulp lint:js",
"lint:css": "gulp lint:css",
"test": "npm run lint:js && npm run lint:css"
},
"repository": {
"type": "git",
"url": "git+https://github.com/acgotaku/115.git"
},
"keywords": [
"115",
"aria2c"
],
"author": "acgotaku311",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/acgotaku/115/issues"
},
"homepage": "https://github.com/acgotaku/115#readme",
"devDependencies": {
"@babel/core": "^7.1.2",
"@babel/preset-env": "^7.1.0",
"autoprefixer": "^9.1.5",
"babelify": "^10.0.0",
"browserify": "^16.2.3",
"eslint-config-standard": "^12.0.0",
"eslint-plugin-import": "^2.14.0",
"eslint-plugin-node": "^8.0.0",
"eslint-plugin-promise": "^4.0.1",
"eslint-plugin-standard": "^4.0.0",
"gulp": "^3.9.1",
"gulp-buffer": "0.0.2",
"gulp-concat": "^2.6.1",
"gulp-cssmin": "^0.2.0",
"gulp-eslint": "^5.0.0",
"gulp-if": "^2.0.2",
"gulp-imagemin": "^4.1.0",
"gulp-plumber": "^1.1.0",
"gulp-postcss": "^8.0.0",
"gulp-sass": "^4.0.0",
"gulp-sourcemaps": "^2.6.0",
"gulp-stylelint": "^8.0.0",
"gulp-tap": "^1.0.1",
"gulp-uglify": "^3.0.1",
"gulp-zip": "^4.2.0",
"imagemin-mozjpeg": "^8.0.0",
"imagemin-pngquant": "^7.0.0",
"run-sequence": "^2.2.0",
"stylelint": "^9.6.0",
"stylelint-config-sass-guidelines": "^5.2.0",
"stylelint-order": "^2.0.0",
"stylelint-scss": "^3.3.1"
}
}