forked from DubPlus/DubPlus
-
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.19 KB
/
package.json
File metadata and controls
46 lines (46 loc) · 1.19 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": "DubPlus",
"version": "0.3.2",
"description": "Dub+ - A simple script/extension for Dubtrack.fm and QueUp.net",
"main": "dubplus.js",
"scripts": {
"build": "node ./tasks",
"build-release": "node ./tasks --release",
"watch": "node ./tasks watch",
"bundle": "node ./tasks bundle",
"minify": "node ./tasks minify",
"min-release": "node ./tasks min --release",
"sass": "node ./tasks sass",
"ext": "node ./tasks ext",
"ext-zip": "node ./tasks ext-zip",
"ext-deploy": "node ./tasks ext-deploy"
},
"repository": {
"type": "git",
"url": "git+https://github.com/DubPlus/DubPlus.git"
},
"author": "DubPlus",
"license": "MIT",
"bugs": {
"url": "https://github.com/DubPlus/DubPlus/issues"
},
"homepage": "https://dub.plus",
"devDependencies": {
"@babel/preset-env": "^7.13.12",
"autoprefixer": "^10.2.5",
"babelify": "^10.0.0",
"browserify": "^17.0.0",
"chalk": "^4.1.0",
"fs-extra": "^9.1.0",
"git-repo-info": "^2.1.1",
"node-sass": "^5.0.0",
"postcss": "^8.2.8",
"request": "^2.88.2",
"uglifyify": "^5.0.2",
"watchify": "^4.0.0"
},
"browserslist": [
"> 1%",
"last 2 versions"
]
}