-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
61 lines (61 loc) · 1.52 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
53
54
55
56
57
58
59
60
61
{
"name": "openjub-api",
"version": "0.2.2",
"description": "OpenJUB API",
"main": "server.js",
"scripts": {
"test": ""
},
"repository": {
"type": "git",
"url": "git://github.com/OpenJUB/openjub-api.git"
},
"keywords": [
"Jacobs",
"University",
"OpenJUB"
],
"author": "Dominik Kundel <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/OpenJUB/openjub-api/issues"
},
"homepage": "https://github.com/OpenJUB/openjub-api",
"apidocFilename": "API.md",
"dependencies": {
"activedirectory": "^0.7.0",
"async": "^1.4.2",
"body-parser": "^1.12.0",
"colors": "^1.0.3",
"commander": "~2.6.0",
"cookie-parser": "^1.3.4",
"express": "^4.11.2",
"express-dot-engine": "^1.0.7",
"inquirer": "~0.8.0",
"jsonwebtoken": "^5.0.5",
"method-override": "^2.3.1",
"mongoose": "^4.1.5",
"morgan": "^1.5.1",
"prompt": "~0.2.24",
"request": "^2.53.0",
"taffydb": "^2.7.2",
"underscore": "^1.8.1",
"winston": "^1.0.1"
},
"devDependencies": {
"grunt": "^0.4.5",
"grunt-apidoc": "^0.10.0",
"grunt-contrib-clean": "~0.6.0",
"grunt-contrib-concat": "~0.5.1",
"grunt-contrib-copy": "~0.8.0",
"grunt-contrib-cssmin": "~0.12.2",
"grunt-contrib-jshint": "~0.11.0",
"grunt-contrib-uglify": "~0.8.0",
"grunt-jsdoc-ng": "0.0.3",
"grunt-usemin": "~3.0.0",
"jaguarjs-jsdoc": "0.0.1",
"jshint-stylish": "~1.0.0",
"load-grunt-tasks": "~3.1.0",
"time-grunt": "~1.0.0"
}
}