-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.24 KB
/
package.json
File metadata and controls
47 lines (47 loc) · 1.24 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
{
"name": "mean-coursework",
"version": "0.1.0",
"description": "MEAN Coursework",
"repository": {
"type": "git",
"url": "git+https://github.com/prazuvalov/mean-coursework.git"
},
"author": "Pavel Razuvalov",
"license": "ISC",
"scripts": {
"start": "concurrently --kill-others \"node server.js\" \"gulp\"",
"postinstall": "bower install"
},
"bugs": {
"url": "https://github.com/prazuvalov/mean-coursework/issues"
},
"homepage": "https://github.com/prazuvalov/mean-coursework#readme",
"dependencies": {
"body-parser": "^1.16.0",
"bower": "^1.8.0",
"compression": "^1.6.2",
"concurrently": "^3.4.0",
"connect-mongo": "^1.3.2",
"cookie-parser": "^1.4.3",
"express": "^4.14.1",
"express-session": "^1.15.0",
"method-override": "^2.3.7",
"mongoose": "^4.8.1",
"morgan": "^1.7.0",
"multer": "^1.3.0",
"passport": "^0.3.2",
"passport-local": "^1.0.0",
"socket.io": "^1.7.2"
},
"devDependencies": {
"concurrently": "^3.4.0",
"gulp": "^3.9.1",
"gulp-clean": "^0.3.2",
"gulp-concat": "^2.6.1",
"gulp-ng-annotate": "^2.0.0",
"gulp-rename": "^1.2.2",
"gulp-sourcemaps": "^2.4.1",
"gulp-uglify": "^2.0.1",
"gulp-webserver": "^0.9.1"
}
}