-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
31 lines (31 loc) · 917 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
29
30
31
{
"name": "tsugi-node-sample",
"version": "1.0.0",
"dependencies": {
"body-parser": "^1.14.2",
"express": "^4.13.4",
"express-session": ">=1.0.0",
"session-file-store": ">=0.1.0",
"session-memory-store": ">=0.1.0",
"tsugi-node-lti": "https://github.com/csev/tsugi-node-lti.git#master",
"tsugi-node": "https://github.com/csev/tsugi-node.git#master",
"multer": "^1.1.0",
"mysql": ">=1.0.0",
"url": ">=0.0.0"
},
"description": "A Sample Tsugi Application in Node",
"main": "http.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/csev/tsugi-node-sample.git"
},
"author": "Charles R Severance",
"license": "ISC",
"bugs": {
"url": "https://github.com/csev/tsugi-node-sample/issues"
},
"homepage": "https://github.com/csev/tsugi-node-sample#readme"
}