44158ef1b363b9d9ad296c4f8799681ba076ca85
[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     "restler": "~3.1.0"
12   },
13   "devDependencies": {},
14   "scripts": {
15     "test": "echo \"Error: no test specified\" && exit 1"
16   },
17   "preferGlobal": true,
18   "main": "m2gl.js",
19   "bin": {
20     "m2gl": "./m2gl.js"
21   },
22   "repository": {
23     "type": "git",
24     "url": "https://github.com/nonplus/mantis2gitlab"
25   },
26   "bugs": {
27     "url": "https://github.com/nonplus/mantis2gitlab/issues"
28   },
29   "keywords": [
30     "gitlab",
31     "mantis",
32     "issue"
33   ],
34   "author": "Stepan Riha",
35   "license": "MIT",
36   "readmeFilename": "README.md"
37 }