-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 990 Bytes
/
package.json
File metadata and controls
42 lines (42 loc) · 990 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
{
"name": "apunto",
"version": "0.0.1",
"private": true,
"main": "server.js",
"scripts": {
"test": "./node_modules/.bin/jshint ."
},
"dependencies": {
"async": "0.9.x",
"basic-auth-connect": "^1.0.x",
"bcrypt-nodejs": "0.0.3",
"body-parser": "^1.6.x",
"easynexmo": "^0.4.1",
"twilio": "1.x",
"ejs": "1.0.x",
"errorhandler": "^1.1.x",
"express": "4.8.x",
"connect-flash": "0.1.x",
"express-session": "^1.10.1",
"express-validator": "^2.7.0",
"jshint": "^2.5.10",
"moment": "2.8.x",
"nedb": "1.2.x",
"passport": "~0.2.0",
"passport-local": "~1.0.0",
"sugar": "^1.4.1",
"superagent": "0.18.x",
"nodemailer": "^1.3.4",
"nodemailer-smtp-transport":"^1.0.2",
"marked" : "^0.3.3",
"mailchimp-api": "^2.0.7",
"bitly": "^1.2.5",
"multer": "^0.1.8"
},
"devDependencies": {
"jshint": "^2.5.x",
"mocha": "^1.21.x",
"should": "^4.0.x",
"supertest": "^0.13.x"
}
}