-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 loc) · 1.16 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
{
"name": "iPED-Toolkit",
"version": "0.0.2",
"description": "This server orchestrates all services required to run the iPED Toolkit",
"main": "server.js",
"author": "Institut für Geoinformatik, Universität Münster",
"dependencies": {
"async": "0.9.0",
"basic-auth": "^1.0.3",
"body-parser": "1.2.x",
"browserify": "4.2.x",
"browserify-middleware": "^2",
"bunyan": "~1.0.0",
"cog": "~0.5.1",
"crel": "~1.1.0",
"express": "^4.0.0",
"fdom": "^0.8.0",
"jayschema": "0.2.7",
"jayschema-error-messages": "~1.0.1",
"neo4j": "1.1.x",
"nib": "~1.0.1",
"rtc-captureconfig": "~0.4.0",
"rtc-media": "^1.6.0",
"rtc-quickconnect": "^1.0.0",
"rtc-switchboard": "~0.10.1",
"socket.io": "1.0.x",
"underscore": "~1.6.0",
"validator": "3.16.1"
},
"devDependencies": {
"grunt": "~0.4.5",
"grunt-contrib-concat": "0.5.0",
"grunt-contrib-copy": "0.5.0",
"grunt-jsdoc": "0.5.6",
"grunt-targethtml": "~0.2.6",
"ink-docstrap": "0.4.12",
"grunt-jsbeautifier": "~0.2.7"
},
"repository": {
"type": "git",
"url": "https://github.com/TobiTobsen92/IPED-Development.git"
}
}