-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 1012 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
{
"name": "github-issue-mover",
"version": "0.2.0",
"description": "Tampermonkey script to move GitHub issues",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/tsalinger/github-issue-mover.git"
},
"keywords": [
"github",
"issue",
"mover",
"tampermonkey",
"script"
],
"author": "Till Salinger",
"license": "MIT",
"bugs": {
"url": "https://github.com/tsalinger/github-issue-mover/issues"
},
"homepage": "https://github.com/tsalinger/github-issue-mover#readme",
"devDependencies": {
"browserify": "^16.1.1",
"gulp": "^3.9.1",
"gulp-append-prepend": "^1.0.4",
"gulp-insert": "^0.5.0",
"gulp-sourcemaps": "^2.6.4",
"gulp-typescript": "^4.0.1",
"gulp-util": "^3.0.8",
"tsify": "^3.0.4",
"typescript": "^2.7.2",
"vinyl-buffer": "^1.0.1",
"vinyl-source-stream": "^2.0.0",
"watchify": "^3.11.0"
}
}