-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
87 lines (87 loc) · 2.4 KB
/
package.json
File metadata and controls
87 lines (87 loc) · 2.4 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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
{
"author": "Fabio Bedini aka Whisher",
"name": "angular-expresso",
"email": "io@ilwebdifabio.it",
"url": "http://ilwebdifabio.it",
"version": "1.0.0",
"homepage": "https://github.com/whisher/angular-expresso",
"description": "just a run and up mean stack.",
"bugs": "https://github.com/whisher/angular-expresso/issues",
"repository": {
"type": "git",
"url": "git@github.com:whisher/angular-expresso.git"
},
"scripts": {
"start": "node server.js"
},
"license": "Apache License",
"dependencies": {
"bcrypt-nodejs": "0.0.3",
"body-parser": "^1.10.0",
"compression": "^1.2.2",
"connect-flash": "^0.1.1",
"connect-livereload": "^0.5.2",
"connect-mongo": "^0.4.2",
"consolidate": "^0.10.0",
"cookie-parser": "^1.3.3",
"csurf": "^1.7.0",
"debug": "^2.1.3",
"ejs": "^1.0.0",
"errorhandler": "^1.3.2",
"express": "^4.10.6",
"express-jwt": "^1.0.0",
"express-logger": "0.0.3",
"express-session": "^1.9.3",
"express-validator": "^2.7.0",
"formidable": "^1.0.16",
"helmet": "^0.6.1",
"jsonwebtoken": "^3.2.2",
"lodash": "^2.4.1",
"method-override": "^2.3.0",
"mongoose": "^3.8.21",
"morgan": "^1.5.0",
"passport": "^0.2.1",
"passport-local": "^1.0.0",
"serve-favicon": "^2.2.0",
"socket.io": "^1.2.1",
"socketio-jwt": "^2.3.5"
},
"devDependencies": {
"browser-sync": "^1.6.5",
"del": "^0.1.3",
"expect.js": "^0.3.1",
"gulp": "^3.8.10",
"gulp-angular-templatecache": "^1.4.2",
"gulp-autoprefixer": "^1.0.1",
"gulp-concat": "^2.4.1",
"gulp-if": "^1.2.5",
"gulp-jasmine": "^1.0.1",
"gulp-jshint": "^1.9.0",
"gulp-minify-html": "^0.1.6",
"gulp-mocha": "^2.0.0",
"gulp-ng-annotate": "^0.3.4",
"gulp-nodemon": "^1.0.5",
"gulp-protractor": "0.0.11",
"gulp-rename": "^1.2.0",
"gulp-replace": "^0.5.0",
"gulp-ruby-sass": "^1.0.1",
"gulp-sourcemaps": "^1.5.1",
"gulp-uglifyjs": "^0.6.0",
"jasmine-core": "^2.1.2",
"jshint-stylish": "^1.0.0",
"karma": "^0.12.25",
"karma-chrome-launcher": "^0.1.5",
"karma-html-reporter": "^0.2.4",
"karma-jasmine": "^0.3.0",
"karma-phantomjs-launcher": "^0.1.4",
"karma-spec-reporter": "0.0.13",
"mocha": "^2.1.0",
"protractor": "^1.4.0",
"run-sequence": "^1.0.1",
"supertest": "^0.15.0",
"yargs": "^1.3.2"
},
"engines": {
"node": ">=0.10.x"
}
}