-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
52 lines (52 loc) · 1.46 KB
/
package.json
File metadata and controls
52 lines (52 loc) · 1.46 KB
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
{
"name": "FullstackGeneratedApp",
"version": "1.0.0",
"description": "Scaffolding for projects at Fullstack Academy",
"main": "server/start.js",
"scripts": {
"start": "nodemon server/start.js",
"postinstall": "./node_modules/bower/bin/bower install && gulp build"
},
"engines": {
"node": "0.10.x"
},
"dependencies": {
"bluebird": "^2.9.21",
"body-parser": "^1.12.0",
"bower": "^1.3.12",
"chalk": "^1.0.0",
"connect-mongo": "^0.7.0",
"cookie-parser": "^1.3.4",
"express": "^4.12.0",
"express-session": "^1.10.3",
"gulp": "^3.8.11",
"gulp-concat": "^2.5.2",
"gulp-jshint": "^1.9.2",
"gulp-livereload": "^3.7.0",
"gulp-minify-css": "^0.4.6",
"gulp-ng-annotate": "^0.5.2",
"gulp-ng-templates": "0.0.5",
"gulp-plumber": "^0.6.6",
"gulp-rename": "^1.2.0",
"gulp-sass": "^1.3.3",
"gulp-sourcemaps": "^1.3.0",
"gulp-uglify": "^1.1.0",
"jshint-stylish": "^1.0.1",
"lodash": "^3.3.0",
"mongoose": "^3.8.23",
"morgan": "^1.5.1",
"node-foursquare-venues": "^1.1.0",
"passport": "^0.2.1",
"passport-facebook": "^1.0.3",
"passport-foursquare": "^1.0.0",
"passport-google-oauth": "^0.1.5",
"passport-local": "^1.0.0",
"passport-twitter": "^1.0.2",
"q": "^1.2.0",
"serve-favicon": "^2.2.0",
"showtimes": "^1.2.0",
"socket.io": "^1.3.4",
"yelp": "^0.1.1"
},
"author": "Joe Alves <databentpx@gmail.com> (http://www.github.com/joedotjs)"
}