-
Notifications
You must be signed in to change notification settings - Fork 44
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 1.06 KB
/
package.json
File metadata and controls
38 lines (38 loc) · 1.06 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
{
"name": "server_side_javascript",
"version": "1.0.0",
"description": "Server side javascript tutorials",
"main": "hello.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/egoing/server_side_javascript_tutorials.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/egoing/server_side_javascript_tutorials/issues"
},
"homepage": "https://github.com/egoing/server_side_javascript_tutorials#readme",
"dependencies": {
"body-parser": "^1.15.0",
"connect-oriento": "^0.1.4",
"cookie-parser": "^1.4.1",
"express": "^4.13.4",
"express-mysql-session": "^1.0.0-rc.0",
"express-session": "^1.13.0",
"jade": "^1.11.0",
"md5": "^2.1.0",
"node-mysql": "^0.4.2",
"orientjs": "^2.1.11",
"passport": "^0.3.2",
"passport-facebook": "^2.1.0",
"passport-local": "^1.0.0",
"pbkdf2-password": "^1.1.0",
"session-file-store": "^0.2.0",
"sha256": "^0.2.0",
"underscore": "^1.8.3"
}
}