-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 926 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
32
33
34
35
36
37
38
{
"name": "WebNData-todolist",
"version": "1.0.0",
"description": "ToDo webpage for the Web and Database technology course on the TU Delft",
"main": "index.js",
"dependencies": {
"bignumber.js": "^2.1.4",
"cookie-parser": "^1.4.1",
"core-util-is": "^1.0.2",
"ejs": "^2.5.5",
"express-session": "^1.13.0",
"inherits": "^2.0.1",
"isarray": "^0.0.1",
"mysql": "^2.9.0",
"passport": "^0.3.2",
"passport-twitter": "^1.0.3",
"readable-stream": "^1.1.13",
"string_decoder": "^0.10.31"
},
"devDependencies": {},
"scripts": {
"test": "npm test"
},
"repository": {
"type": "git",
"url": "https://github.com/Fastjur/WebNData-todolist.git"
},
"keywords": [
"ToDo",
"TU",
"Delft"
],
"author": "Jurriaan den Toonder and Douwe Koopmans",
"license": "MIT",
"bugs": {
"url": "https://github.com/Fastjur/WebNData-todolist/issues"
}
}