forked from iwin247/EDServer
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 989 Bytes
/
package.json
File metadata and controls
44 lines (44 loc) · 989 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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
{
"name" : "iwin.js",
"version" : "1.0.0",
"description" : "iwin247's EDCAN server framework",
"keywords" : [
"iwin.js",
"iwin247",
"js",
"node.js",
"node",
"data",
"EDCAN",
"edcan"
],
"author": { "name": "iwin247", "email": "iwin247@edcan.kr", "url": "http://blog.iwin247.kr/" },
"dependencies" : {
"express" : "*",
"mongoose" : "*",
"randomstring" : "*",
"multer": "*",
"Q": "*",
"passport" : "*",
"passport-github-token": "*",
"passport-twitter-token": "*",
"passport-facebook-token" : "*",
"commander": "2.7.1",
"mkdirp": "0.5.1",
"sorted-object": "2.0.0"
},
"repository": {
"type": "git",
"url": "git@github.com:iwin247/EDServer.git"
},
"bugs": {
"url": "http://github.com/iwin247/EDServer/issues"
},
"preferGlobal": true,
"main": "index.js",
"licenses": [{
"type": "MIT",
"url": "http://www.opensource.org/licenses/MIT"
}],
"readme": "README.md"
}