-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
36 lines (36 loc) · 1.02 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
{
"name": "NESSweb",
"version": "0.0.1",
"description": "Ness Web App using nessjs",
"main": "server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git://github.com/StudentsNCL/nessweb.git"
},
"author": "",
"license": "BSD",
"bugs": {
"url": "https://github.com/StudentsNCL/nessweb/issues"
},
"homepage": "https://github.com/StudentsNCL/nessweb",
"dependencies": {
"body-parser": "~1.0.2",
"checksum": "^0.1.1",
"connect": "^2.14.5",
"connect-busboy": "0.0.2",
"cookie-parser": "^1.0.1",
"express": "^4.1.1",
"express-session": "^1.0.4",
"express3-handlebars": "~0.5.0",
"moment": "^2.6.0",
"mu2": "^0.5.20",
"examsjs": "https://github.com/StudentsNCL/examsjs/tarball/master",
"nessjs": "https://github.com/StudentsNCL/nessjs/tarball/master",
"ncl-connect": "https://github.com/StudentsNCL/ncl-connect/tarball/master",
"request": "^2.48.0",
"underscore": "^1.6.0"
}
}