The version we used to actually import
[mantis2gitlab] / package.json
1 {
2   "name": "mantis2gitlab",
3   "version": "1.0.0",
4   "description": "Import Mantis issues into GitLab.",
5   "dependencies": {
6     "async": "~0.2.9",
7     "colors": "~0.6.2",
8     "csv": "~0.3.6",
9     "lodash": "^3.10.1",
10     "optimist": "~0.6.0",
11     "q": "^1.4.1",
12     "q-io": "^1.13.1",
13     "restler": "~3.1.0",
14     "restler-q": "^0.1.1"
15   },
16   "devDependencies": {},
17   "scripts": {
18     "test": "echo \"Error: no test specified\" && exit 1"
19   },
20   "preferGlobal": true,
21   "main": "m2gl.js",
22   "bin": {
23     "m2gl": "./m2gl.js"
24   },
25   "repository": {
26     "type": "git",
27     "url": "https://github.com/nonplus/mantis2gitlab"
28   },
29   "bugs": {
30     "url": "https://github.com/nonplus/mantis2gitlab/issues"
31   },
32   "keywords": [
33     "gitlab",
34     "mantis",
35     "issue"
36   ],
37   "author": "Stepan Riha",
38   "license": "MIT",
39   "readmeFilename": "README.md"
40 }