-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
65 lines (65 loc) · 1.63 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
57
58
59
60
61
62
63
64
65
{
"name": "reservr",
"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.0",
"bcrypt-nodejs": "0.0.3",
"bitly": "^1.2.5",
"body-parser": "^1.6.x",
"connect-flash": "0.1.x",
"easyimage": "^2.1.0",
"easynexmo": "^0.4.1",
"ejs": "^2.5.6",
"errorhandler": "^1.1.x",
"express": "4.8.x",
"express-session": "^1.10.1",
"express-validator": "^2.7.0",
"gm": "^1.23.0",
"isomorphic-fetch": "^2.2.1",
"jshint": "^2.5.10",
"mailchimp-api-wherewolf": "^1.0.0",
"mailgun-js": "^0.7.10",
"marked": "^0.3.5",
"moment": "2.8.x",
"multer": "^0.1.8",
"nedb": "1.2.x",
"nodemailer": "^1.3.4",
"nodemailer-smtp-transport": "^1.0.2",
"passport": "~0.2.0",
"passport-local": "~1.0.0",
"q": "^1.4.1",
"react-redux": "^5.0.5",
"redux": "^3.7.0",
"redux-thunk": "^2.2.0",
"sugar": "^1.4.1",
"superagent": "0.18.x",
"twilio": "1.x"
},
"devDependencies": {
"babel": "^6.23.0",
"babel-core": "^6.25.0",
"babel-eslint": "^7.2.3",
"babel-loader": "^7.0.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"babel-register": "^6.24.1",
"css-loader": "^0.28.4",
"extract-text-webpack-plugin": "^2.1.2",
"jshint": "^2.5.x",
"mocha": "^1.21.x",
"node-sass": "^4.5.3",
"react": "^15.6.1",
"react-dom": "^15.6.1",
"sass-loader": "^6.0.6",
"should": "^4.0.x",
"style-loader": "^0.18.2",
"supertest": "^0.13.x",
"webpack": "^2.2.0"
}
}