-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
50 lines (50 loc) · 1.28 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
{
"name": "pineal",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "NODE_ENV=production node ./index.js",
"dev": "NODE_ENV=development nodemon ./index.js"
},
"author": "",
"license": "ISC",
"dependencies": {
"@paypal/checkout-server-sdk": "^1.0.2",
"axios": "^0.19.2",
"body-parser": "^1.19.0",
"cheerio": "^1.0.0-rc.3",
"cli-color": "^1.4.0",
"cookie": "^0.4.0",
"cookie-parser": "^1.4.5",
"emailjs": "^2.2.0",
"express": "^4.17.1",
"fs-extra": "^8.1.0",
"geoip-lite": "^1.4.2",
"greenlock-express": "^4.0.3",
"ip": "^1.1.5",
"le-challenge-fs": "^2.0.9",
"le-store-mongoz": "^3.0.0",
"lodash": "^4.17.15",
"login-with-twitter": "^1.2.2",
"lowdb": "^1.0.0",
"meta-auth": "^1.1.2",
"mongodb": "^3.5.7",
"oauth": "^0.9.15",
"passport": "^0.4.1",
"passport-facebook": "^3.0.0",
"passport-google": "^0.3.0",
"passport-twitter": "^1.0.4",
"pubsub-js": "^1.8.0",
"read-data": "^1.1.0",
"require-dir-all": "^0.4.15",
"tingodb": "^0.6.1",
"twitter": "^1.7.1",
"web3": "^1.2.7",
"whiskers": "^0.4.0",
"ws": "^7.1.2",
"yamljs": "^0.3.0"
},
"devDependencies": {}
}