This repository has been archived by the owner on Mar 6, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
87 lines (87 loc) · 2.29 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
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
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
{
"name": "extplug",
"description": "Highly flexible, modular userscript extension for plug.dj.",
"version": "0.17.1",
"author": "Renée Kooi <renee@kooi.me>",
"bugs": {
"url": "https://github.com/ExtPlug/ExtPlug/issues"
},
"dependencies": {
"backbone": "^1.1.2",
"debug": "^3.1.0",
"es6-shim": "^0.35.3",
"es6-symbol": "^3.1.0",
"escape-string-regexp": "^1.0.5",
"github-url-to-object": "^4.0.4",
"jquery": "^2.1.1",
"markdown-it": "^8.4.1",
"meld": "^1.3.2",
"nanohtml": "^1.2.2",
"on-load": "^3.4.0",
"onecolor": "^3.0.5",
"plug-modules": "^5.2.0",
"semver-compare": "^1.0.0",
"sistyl": "^2.0.0",
"underscore": "^1.6.0"
},
"devDependencies": {
"@babel/core": "^7.0.0-beta.44",
"babel-core": "^7.0.0-bridge.0",
"babel-loader": "^7.1.4",
"babel-plugin-external-helpers": "^7.0.0-beta.3",
"babel-preset-extplug": "^4.0.2",
"cross-env": "^5.1.4",
"css-loader": "^0.28.11",
"cssnano": "^3.10.0",
"del": "^3.0.0",
"eslint": "^4.19.1",
"eslint-config-airbnb-base": "^12.1.0",
"eslint-plugin-import": "^2.10.0",
"file-loader": "^1.1.11",
"gulp": "^4.0.0",
"gulp-babel": "^8.0.0-beta.2",
"gulp-concat": "^2.6.0",
"gulp-if": "^2.0.1",
"gulp-rename": "^1.2.2",
"gulp-template": "^5.0.0",
"gulp-uglify": "^3.0.0",
"gulp-util": "^3.0.7",
"gulp-zip": "^4.1.0",
"mkdirp": "^0.5.1",
"postcss-cssnext": "^3.1.0",
"postcss-import": "^11.1.0",
"postcss-loader": "^2.1.3",
"replacestream": "^4.0.3",
"requirejs": "^2.3.5",
"through2": "^2.0.1",
"uglify-es": "^3.3.10",
"url-loader": "^1.0.1",
"webpack": "^4.5.0",
"webpack-cli": "^2.0.14",
"webpack-dev-server": "^3.1.3"
},
"directories": {
"lib": "lib"
},
"greenkeeper": {
"ignore": [
"backbone",
"jquery",
"underscore"
]
},
"homepage": "https://github.com/ExtPlug/ExtPlug#readme",
"keywords": [],
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/ExtPlug/ExtPlug.git"
},
"scripts": {
"build": "gulp",
"dev": "cross-env NODE_ENV=development gulp dev",
"prepublish": "gulp",
"prod": "cross-env NODE_ENV=production gulp",
"test": "eslint --fix --cache gulpfile.js src test"
}
}