UNPKG

prestige

Version:

Server designed to connect distributed applications via their REST API

51 lines (50 loc) 1.16 kB
{ "name": "prestige", "version": "1.2.0", "description": "Server designed to connect distributed applications via their REST API", "main": "lib/prestige", "dependencies": { "body-parser": "~1.8.1", "cookie-parser": "~1.3.3", "debug": "~2.0.0", "express": "^4.10.4", "gitlab": "~1.1.0", "grunt": "~0.4.5", "grunt-forever": "~0.4.5", "morgan": "~1.3.0", "nconf": "~0.7.1", "promised-redmine": "0.2.6", "request": "~2.51.0", "split-ca": "^1.0.0" }, "devDependencies": { "chai": "~1.10.0", "grunt-contrib-jshint": "~0.10.0", "grunt-mocha-test": "~0.12.4", "grunt-plato": "~1.3.0", "mocha": "~2.0.1", "nock": "^0.51.0", "sinon": "~1.12.1", "supertest": "0.15.0" }, "scripts": { "test": "grunt" }, "repository": { "type": "git", "url": "https://github.com/e-sabelhaus/prestige" }, "keywords": [ "REST", "Gitlab", "Redmine", "Jenkins", "API" ], "author": "Eric Sabelhaus", "license": "ISC", "bugs": { "url": "https://github.com/e-sabelhaus/prestige/issues" }, "homepage": "https://github.com/e-sabelhaus/prestige" }