-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
52 lines (52 loc) · 1.18 KB
/
package.json
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
51
52
{
"name": "prestige",
"version": "2.0.0",
"description": "Server designed to connect distributed applications via their REST API",
"main": "lib/prestige",
"dependencies": {
"body-parser": "~1.8.1",
"bunyan": "^1.7.1",
"cookie-parser": "~1.3.3",
"debug": "~2.0.0",
"d.js": "0.7.x",
"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.3.0",
"request": "~2.51.0",
"split-ca": "^1.0.0"
},
"devDependencies": {
"chai": "~1.10.0",
"grunt-contrib-jshint": "~1.1.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/esabelhaus/prestige"
},
"keywords": [
"REST",
"Gitlab",
"Redmine",
"Jenkins",
"API"
],
"author": "Eric Sabelhaus",
"license": "ISC",
"bugs": {
"url": "https://github.com/esabelhaus/prestige/issues"
},
"homepage": "https://github.com/esabelhaus/prestige"
}