forked from esabelhaus/prestige
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
50 lines (50 loc) · 1.14 KB
/
package.json
File metadata and controls
50 lines (50 loc) · 1.14 KB
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
41
42
43
44
45
46
47
48
49
50
{
"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"
}