forked from alihalabyah/traider.io
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 678 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 678 Bytes
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
{
"name": "traider.io",
"description": "",
"version": "0.0.1",
"main": "traider.js",
"author": {
"name": "john",
"email": "john@traider.io"
},
"keywords": [],
"licenses": {
"type": "mit"
},
"dependencies": {
"express": "3.x" ,
"mongodb": "1.3.23",
"connect-mongo" : "0.4.1",
"express-session" : "*" ,
"cookie-parser" : "*" ,
"request-json" : "*"
},
"repository": {
"type": "git",
"url": "git@github.com:EastpointSoftware/traider.io.git"
},
"bugs": {
"url": "https://github.com/EastpointSoftware/traider.io/issues"
}
}