-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.23 KB
/
package.json
File metadata and controls
47 lines (47 loc) · 1.23 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
{
"name": "ghrmeter-userjs",
"version": "0.7.1",
"description": "Statistics for each attachment on GitHub Releases page",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/3F/GhrMeter.user.js.git"
},
"keywords": [
"github",
"GHR",
"Statistics",
"GitHub Releases"
],
"author": "Denis Kuzmin [ GitHub/3F ]",
"license": "MIT",
"bugs": {
"url": "https://github.com/3F/GhrMeter.user.js/issues"
},
"homepage": "https://github.com/3F/GhrMeter.user.js#readme",
"devDependencies": {
"@babel/core": "^7.9.6",
"@babel/plugin-proposal-class-properties": "^7.8.3",
"@babel/preset-env": "^7.9.6",
"@babel/register": "^7.9.0",
"babelify": "^10.0.0",
"browserify": "^16.5.1",
"gulp": "^4.0.2",
"gulp-babel": "^8.0.0",
"gulp-beautify": "^3.0.0",
"gulp-clean": "^0.4.0",
"gulp-concat": "^2.6.1",
"gulp-concat-util": "^0.5.5",
"gulp-if": "^3.0.0",
"gulp-replace": "^1.0.0",
"gulp-sourcemaps": "^2.6.5",
"gulp-uglify": "^3.0.2",
"minimist": "^1.2.5",
"vinyl-buffer": "^1.0.1",
"vinyl-source-stream": "^2.0.0"
},
"dependencies": {}
}