-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
69 lines (69 loc) · 1.95 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
63
64
65
66
67
68
69
{
"name": "webvisual-server",
"version": "1.0.6",
"description": "server for visualization of data changes",
"homepage": "https://github.com/fooloomanzoo/webvisual",
"author": "Johannes Brautzsch <[email protected]>",
"owner": "Forschungszentrum Jülich GmbH",
"contributors": [
"Johannes Brautzsch <[email protected]>",
"Alexander Diener",
"Sascha Wolff"
],
"main": "index.js",
"scripts": {
"start": "node index.js",
"start-dev": "node index.js development",
"debug": "node debug.js redis",
"stop": "taskkill /IM node.exe /F",
"prebuild": "cd views && bower update -f",
"prepublish": "git pull && npm run build && git add . && git commit -m \"publish new version\" && npm version patch && git push",
"build": "cd views && polymer build --verbose",
"test-build": "cd views && polymer build --verbose"
},
"dependencies": {
"activedirectory": "^0.7.1",
"body-parser": "*",
"chokidar": "*",
"compression": "*",
"connect-redis": "*",
"cookie-parser": "*",
"cookie-session": "*",
"dateformat": "*",
"deep-diff": "*",
"express": "*",
"express-session": "*",
"express-useragent": "*",
"polyfill-service-express": "*",
"jsonfile": "*",
"merge-defaults": "^0.2.1",
"merge-options": "*",
"merge-stream": "*",
"mime": "^1.3.6",
"mkdirp": "*",
"msgpack5": "^3.5.0",
"multer": "*",
"passport": "*",
"passport-local": "*",
"passport-socketio-redis": "*",
"redis": "*",
"redis-messagepack": "*",
"serve-static": "*",
"socket.io": "^1.7.4",
"spdy": "*",
"webvisual-schemas": "github:fooloomanzoo/webvisual-schemas",
"x-frame-options": "*"
},
"engines": {
"node": ">= 7.0",
"npm": "*"
},
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/fooloomanzoo/webvisual-server.git"
},
"bugs": {
"url": "https://github.com/fooloomanzoo/webvisual-server/issues"
}
}