-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
56 lines (56 loc) · 1.55 KB
/
package.json
File metadata and controls
56 lines (56 loc) · 1.55 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
53
54
55
56
{
"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",
"test": "mocha"
},
"dependencies": {
"async": "^0.9.0",
"bluebird": "^2.9.13",
"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",
"nodemon": "^1.3.7",
"passport": "^0.2.1",
"passport-facebook": "^1.0.3",
"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",
"socket.io": "^1.3.4",
"stripe": "^3.3.2"
},
"author": "Joe Alves <databentpx@gmail.com> (http://www.github.com/joedotjs)",
"devDependencies": {
"chai": "^2.1.1",
"chai-spies": "^0.5.1",
"chai-things": "^0.2.0",
"mocha": "^2.1.0",
"supertest": "^0.15.0"
}
}