gitbeaker/package.json
2017-06-30 13:11:21 -04:00

26 lines
587 B
JSON

{
"name": "node-gitlab-api",
"version": "1.0.8",
"description": "Full NodeJS implementation of the GitLab API. Supports Promises, Async/Await.",
"main": "src/index.js",
"directories": {},
"scripts": {},
"repository": {
"type": "git",
"url": "https://github.com/jdalrymple/node-gitlab-api"
},
"keywords": [
"gitlab",
"git",
"api",
"request"
],
"author": "Justin Dalrymple <justin.s.dalrymple@gmail.com>",
"license": "MIT",
"readmeFilename": "README.md",
"dependencies": {
"request": "^2.81.0",
"request-promise": "^4.2.1"
}
}