forked from jbaicoianu/blender-brenda-master
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
28 lines (28 loc) · 825 Bytes
/
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
{
"name": "node-grafanarender",
"version": "0.1.0",
"description": "A node.js backend to serve grafana and provide a RESTful API for managing a Brenda cluster",
"main": "server.js",
"repository": "https://github.com/bioid/blender-brenda-master/",
"author": "Brandon Hinshaw <[email protected]>",
"dependencies": {
"any-db-sqlite3": "2.1.4",
"async": "~0.2.8",
"body-parser": "1.9.0",
"connect-busboy": "0.0.2",
"connect-sqlite3": "0.9.3",
"cookie-parser": "1.3.3",
"express": "4.9.7",
"express-session": "1.8.2",
"glob": "4.0.6",
"influx": "3.0.0",
"mkdirp": "0.5.0",
"passport": "0.2.0",
"passport-http": "0.2.2",
"passport-local": "1.0.0",
"serve-index": "1.5.0",
"serve-static": "1.7.1",
"socket.io": "1.1.0",
"yargs": "^1.3.3"
}
}