-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 826 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 826 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
{
"name": "GXLeads",
"version": "0.0.1",
"description": "A Node.js App using express",
"scripts": {
"start": "node server.js",
"test": "mocha --reporter spec"
},
"dependencies": {
"angular-ui-router": "^0.4.3",
"bcrypt-nodejs": "*",
"body-parser": "*",
"connect-flash": "*",
"cookie-parser": "*",
"cookie-session": "^2.0.0-beta.3",
"dotenv": "^4.0.0",
"ejs": "^2.5.7",
"express": "*",
"express3-handlebars": "~0.5.0",
"heroku-dotenv": "^0.4.1",
"js-base64": "^2.4.3",
"json-socket": "*",
"morgan": "*",
"mysql": "^2.14.1",
"node-schedule": "^1.2.5",
"nodemailer": "^4.4.0",
"nodemon": "^1.11.0",
"passport": "*",
"passport-local": "*",
"socket.io": "^2.0.4",
"textangular": "^1.5.16"
},
"engine": "node >=0.6.x"
}