-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
40 lines (40 loc) · 846 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": "mantis2gitlab",
"version": "1.0.0",
"description": "Import Mantis issues into GitLab.",
"dependencies": {
"async": "~0.2.9",
"colors": "~0.6.2",
"csv": "~0.3.6",
"lodash": "^3.10.1",
"optimist": "~0.6.0",
"q": "^1.4.1",
"q-io": "^1.13.1",
"restler": "~3.1.0",
"restler-q": "^0.1.1"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"preferGlobal": true,
"main": "m2gl.js",
"bin": {
"m2gl": "./m2gl.js"
},
"repository": {
"type": "git",
"url": "https://github.com/nonplus/mantis2gitlab"
},
"bugs": {
"url": "https://github.com/nonplus/mantis2gitlab/issues"
},
"keywords": [
"gitlab",
"mantis",
"issue"
],
"author": "Stepan Riha",
"license": "MIT",
"readmeFilename": "README.md"
}