-
Notifications
You must be signed in to change notification settings - Fork 9
/
package.json
55 lines (55 loc) · 1.38 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
{
"name": "onexys-app",
"version": "2.0.0",
"private": true,
"scripts": {
"start": "node ./bin/www",
"test": "NODE_ENV=development nodemon start.js"
},
"dependencies": {
"async": "^2.6.0",
"better-queue": "^3.8.6",
"bird": "^0.7.0",
"body-parser": "~1.18.3",
"browser-detect": "^0.2.28",
"canvas-api": "^3.5.0",
"client-sessions": "^0.8.0",
"connect-redis": "^3.3.3",
"cookie-parser": "~1.4.3",
"cookie-session": "^2.0.0-beta.3",
"debug": "~4.1.1",
"dotenv": "^6.2.0",
"express": "~4.16.4",
"express-session": "^1.15.6",
"ims-lti": "^3.0.2",
"mime-types": "^2.1.17",
"mongodb": "^3.1.13",
"morgan": "~1.9.1",
"npm": "^6.8.0",
"pug": "~2.0.0-beta11",
"query-json": "^2.0.1",
"redis": "^2.8.0",
"request": "^2.83.0",
"request-promise": "^4.2.2",
"serve-favicon": "~2.5.0",
"simple-oauth2": "^2.0.1",
"underscore": "^1.8.3"
},
"description": "Second version of ONEXYS app, with new API and admin interface",
"main": "app.js",
"devDependencies": {},
"repository": {
"type": "git",
"url": "git+https://github.com/mrdutta27/ONEXYSapp.git"
},
"keywords": [
"ONEXYS",
"Yale"
],
"author": "Surya Dutta",
"license": "ISC",
"bugs": {
"url": "https://github.com/mrdutta27/ONEXYSapp/issues"
},
"homepage": "https://github.com/mrdutta27/ONEXYSapp#readme"
}