-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 1.09 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
{
"name": "trek-engine",
"version": "1.0.0",
"description": "Trek Engine App",
"main": "app.js",
"scripts": {
"seed-data": "node -e \"require('./seeds/seed').seed()\"",
"start-dev": "nodemon app.js",
"start": "node app.js",
"start-prod": "NODE_ENV=production forever start app.js"
},
"repository": {
"type": "git",
"url": "git+https://gitlab.com/trek-engine/trek-engine.git"
},
"author": "ujwal baidar",
"license": "ISC",
"bugs": {
"url": "https://gitlab.com/trek-engine/trek-engine/issues"
},
"homepage": "https://gitlab.com/trek-engine/trek-engine#README",
"dependencies": {
"body-parser": "^1.16.0",
"cron": "1.2.1",
"ejs": "^2.5.5",
"express": "^4.14.1",
"google-auth-library": "^0.10.0",
"html-to-text": "3.2.0",
"json2csv": "3.11.5",
"jsonwebtoken": "7.3.0",
"mongodb": "^2.2.22",
"mongoose": "4.13.11",
"nodemailer": "3.1.8",
"opn": "^4.0.2",
"paypal-rest-sdk": "1.7.1",
"randomstring": "1.1.5",
"request": "2.81.0",
"shortid": "2.2.6",
"socket.io": "1.7.3"
},
"devDependencies": {}
}