forked from TutorFast/TutorFast-Backend
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 1.09 KB
/
Copy pathpackage.json
File metadata and controls
40 lines (40 loc) · 1.09 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
{
"name": "tutorfast-backend",
"version": "0.0.0",
"main": "index.js",
"repository": "git@github.com:TutorFast/TutorFast-Backend.git",
"author": "Alex Aralis <alex.aralis@gmail.com>",
"license": "MIT",
"scripts": {
"build": "gulp build",
"prestart": "gulp build",
"start": "node lib",
"watch": "gulp watchScripts",
"dev": "gulp dev"
},
"dependencies": {
"babel": "^6.23.0",
"babel-core": "^6.25.0",
"babel-eslint": "^7.2.3",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-preset-env": "^1.5.2",
"babel-preset-flow": "^6.23.0",
"babel-preset-stage-0": "^6.24.1",
"babel-register": "^6.24.1",
"bcrypt": "^1.0.2",
"body-parser": "^1.17.2",
"del": "^3.0.0",
"dotenv-safe": "^4.0.4",
"eslint": "^4.1.1",
"eslint-plugin-flowtype": "^2.34.0",
"express": "^4.15.3",
"gulp": "https://github.com/gulpjs/gulp.git#4.0",
"gulp-babel": "^6.1.2",
"gulp-cli": "^1.3.0",
"gulp-newer": "^1.3.0",
"gulp-nodemon": "^2.2.1",
"gulp-uglify": "^3.0.0",
"jsonwebtoken": "^7.4.1",
"mongoose": "^4.11.0"
}
}