-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 900 Bytes
/
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
{
"name": "wedding-rsvp",
"version": "1.0.0",
"description": "Wedding RSVP Site",
"main": "server.js",
"private": true,
"scripts": {
"start": "node server.js"
},
"author": "Joe Furfaro",
"dependencies": {
"body-parser": "^1.13.3",
"compression": "^1.5.2",
"consolidate": "^0.13.1",
"express": "^4.13.0",
"handlebars": "^3.0.3",
"lodash": "^3.10.1",
"rethinkdb": "^1.16.0"
},
"devDependencies": {
"browserify": "^10.2.6",
"gulp": "^3.9.0",
"gulp-autoprefixer": "^2.3.1",
"gulp-changed": "^1.2.1",
"gulp-less": "^3.0.3",
"gulp-livereload": "^3.8.0",
"gulp-minify-css": "^1.2.0",
"gulp-notify": "^2.2.0",
"gulp-rename": "^1.2.2",
"gulp-uglify": "^1.2.0",
"jquery": "^2.1.4",
"node-notifier": "^4.2.3",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0",
"waypoints": "^3.1.1"
}
}