-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
44 lines (44 loc) · 1.27 KB
/
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
42
43
44
{
"name": "experiment-management-service",
"main": "app.js",
"version": "0.1.0",
"private": false,
"description": "Experiment management service",
"author": "University of Cantabria",
"dependencies": {
"body-parser": "~1.15.2",
"express": "~4.14.0",
"mongoose": "~4.5.8",
"mongoose-validators": "~0.1.0",
"jwt-node-decoder": "*",
"winston": "~2.2.0",
"winston-daily-rotate-file": "~1.1.5",
"gulp": "~3.9.1",
"gulp-util": "~3.0.7",
"gulp-nodemon": "~2.1.0",
"gulp-notify": "~2.2.0",
"gulp-changed": "~1.3.1",
"del": "~2.2.*",
"gulp-plumber": "~1.1.0",
"gulp-rev": "~7.1.0",
"gulp-jshint": "~2.0.1",
"jshint-stylish": "~2.2.0",
"gulp-env": "~0.4.0",
"swagger-express-mw": "~0.1.0",
"swagger-tools": "~0.10.1",
"async": "~2.0.1",
"request": "~2.72.0",
"uri-templates": "~0.2.0",
"connect-multiparty": "~2.0.0",
"querystring": "~0.2.0",
"crypto": "~0.0.1",
"path": "~0.12.7",
"jshint": "~2.9.3",
"mkdirp": "~0.5.0",
"https": "*",
"nodemailer": "0.7.1",
"email-templates": "*",
"ejs": "*",
"fs": "*"
}
}