-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
56 lines (56 loc) · 1.38 KB
/
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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
{
"name": "simple-backend",
"version": "1.1.8",
"description": "Simple backend framework",
"main": "bin/simple.js",
"bin": {
"simple": "bin/simple.js",
"simple-backend": "bin/simple.js"
},
"scripts": {
"start": "node bin/simple.js",
"test": "node bin/test.js"
},
"repository": {
"type": "git",
"url": "https://github.com/Luphia/SIMPLE.git"
},
"keywords": [
"backend"
],
"author": "Luphia Chang",
"license": "MIT",
"bugs": {
"url": "https://github.com/Luphia/SIMPLE/issues"
},
"homepage": "https://github.com/Luphia/SIMPLE",
"dependencies": {
"body-parser": "^1.15.2",
"dvalue": "latest",
"echashcash": "latest",
"ecrequest": "latest",
"ecresult": "latest",
"express": "^4.14.0",
"express-session": "^1.13.0",
"http-proxy": "^1.13.2",
"i18n": "^0.8.3",
"log4js": "^0.6.37",
"mime": "^1.3.4",
"mongodb": "^3.1.13",
"multer": "^1.1.0",
"nodemailer": "^2.4.2",
"nodemailer-smtp-transport": "^2.5.0",
"passport": "^0.3.2",
"passport-facebook": "^2.1.1",
"passport-facebook-token": "^3.3.0",
"passport-google-oauth20": "^1.0.0",
"passport-google-token": "^0.1.2",
"passport-twitter": "^1.0.4",
"passport-twitter-token": "^1.3.0",
"pem": "^1.12.3",
"serve-favicon": "^2.3.0",
"spdy": "^3.4.4",
"textype": "latest",
"tingodb": "^0.5.1"
}
}