-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
62 lines (62 loc) · 1.46 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
62
{
"name": "sdn-visualization",
"version": "2015.8.0",
"private": true,
"scripts": {
"start": "node main.js"
},
"dependencies": {
"body-parser": "1.12.4",
"bower": "1.4.1",
"connect-ensure-login": "0.1.1",
"connect-flash": "0.1.1",
"connect-multiparty": "1.2.5",
"cookie-parser": "1.3.5",
"errorhandler": "1.3.6",
"express": "4.12.4",
"express-session": "1.11.2",
"jade": "1.9.2",
"less-middleware": "2.0.1",
"lodash": "3.9.1",
"method-override": "2.3.3",
"mime": "1.3.4",
"moment": "2.10.3",
"node-dbi": "0.7.1",
"passport": "0.2.2",
"passport-local": "1.0.0",
"pg": "4.1.0",
"request": "~2.55.0",
"session-file-store": "0.0.11",
"socket.io": "1.3.5",
"ws": "0.7.2"
},
"devDependencies": {
"gulp": "~3.8.11",
"gulp-bump": "^0.3.1",
"gulp-concat": "~2.5.2",
"gulp-header": "~1.2.2",
"gulp-jshint": "~1.11.0",
"gulp-load-plugins": "^0.10.0",
"gulp-print": "^1.1.0",
"gulp-sourcemaps": "~1.5.2",
"gulp-task-listing": "^1.0.0",
"gulp-uglify": "~1.2.0",
"gulp-util": "^3.0.4",
"yargs": "^3.9.1"
},
"licenses": [
"MIT"
],
"author": "Andreas Schmidt <[email protected]>",
"contributors": [
{
"name": "Philipp Sebastian Tennigkeit",
"email": "[email protected]"
}
],
"engines": {
"node": "0.10.20",
"npm": "1.3.11"
},
"homepage": "http://www.on.uni-saarland.de"
}