-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
73 lines (73 loc) · 1.66 KB
/
package.json
File metadata and controls
73 lines (73 loc) · 1.66 KB
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
70
71
72
73
{
"name": "middguard",
"version": "0.0.6",
"description": "Collaborative and Extensible Visual Analytics",
"license": "MIT",
"private": false,
"main": "index.js",
"scripts": {
"lint": "eslint index.js middguard/* static/* bin/*",
"test": "mocha",
"postinstall": "bower install"
},
"bin": "bin/middguard",
"repository": {
"type": "git",
"url": "https://github.com/AnalyticArtsLab/middguard"
},
"keywords": [
"analytics",
"module",
"multiperson"
],
"contributors": [
{
"name": "Dana Silver",
"email": "dsilver@middlebury.edu"
},
{
"name": "Christopher Andrews",
"email": "candrews@middlebury.edu"
},
{
"name": "Julian Billings",
"email": "jabillings@middlebury.edu"
}
],
"bugs": {
"url": "https://github.com/AnalyticArtsLab/middguard/issues"
},
"homepage": "https://github.com/AnalyticArtsLab/middguard",
"dependencies": {
"bcrypt": "^0.8.0",
"bluebird": "^2.2.2",
"body-parser": "^1.6.2",
"bookshelf": "0.8.x",
"bower": "^1.7.9",
"chalk": "^0.5.1",
"commander": "^2.3.0",
"connect-session-knex": "1.0.14",
"cookie-parser": "^1.3.2",
"express": "^4.6.1",
"express-session": "^1.7.4",
"jade": "^1.5.0",
"knex": "^0.6.22",
"lodash": "^4.7.0",
"mkdirp": "^0.5.1",
"pluralize": "0.0.11",
"socket.io": "1.4.x",
"socket.io-express-session": "^0.1.3",
"sqlite3": "^3.0.0"
},
"devDependencies": {
"eslint": "^2.11.1",
"mocha": "^2.3.4",
"moment": "^2.13.0",
"socket.io-client": "^1.4.5",
"supertest": "^1.1.0",
"twitter": "^1.2.5"
},
"engines": {
"node": "7.x"
}
}