-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
41 lines (41 loc) · 1011 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
38
39
40
41
{
"name": "learning-blog",
"version": "1.0.0",
"description": "Learning stuff",
"private": true,
"scripts": {
"start": "gulp serve"
},
"repository": {
"type": "git",
"url": "git+https://github.com/merzak7/LearnBlog.git"
},
"author": "Ayman Nedjmeddine",
"license": "ISC",
"bugs": {
"url": "https://github.com/merzak7/LearnBlog/issues"
},
"homepage": "https://github.com/merzak7/LearnBlog#readme",
"dependencies": {
"body-parser": "^1.15.2",
"express": "^4.14.0",
"express-session": "^1.14.0",
"mongoose": "^4.5.2",
"morgan": "^1.7.0",
"passport": "^0.3.2",
"passport-local": "^1.0.0"
},
"devDependencies": {
"browser-sync": "^2.13.0",
"del": "^2.2.1",
"gulp": "^3.9.1",
"gulp-changed": "^1.3.0",
"gulp-changed-in-place": "^2.0.3",
"gulp-nodemon": "^2.1.0",
"gulp-sourcemaps": "^1.6.0",
"gulp-tsfmt": "^1.0.2",
"gulp-typescript": "^2.13.6",
"gulp-uglify": "^1.5.4",
"tslint": "^3.12.1"
}
}