-
Notifications
You must be signed in to change notification settings - Fork 8
/
package.json
57 lines (57 loc) · 1.29 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
45
46
47
48
49
50
51
52
53
54
55
56
57
{
"name": "ethics-app",
"version": "1.4.1",
"description": "Application for the approval of user-studies",
"main": "server.js",
"repository": {
"type": "git",
"url": "git+https://github.com/sitcomlab/Ethics-app.git"
},
"contributors": [
{
"name": "Nicholas Schiestel",
"email": "[email protected]"
},
{
"name": "Jan Speckamp",
"email": "[email protected]"
}
],
"license": "MIT",
"bugs": {
"url": "https://github.com/sitcomlab/Ethics-app/issues"
},
"homepage": "https://github.com/sitcomlab/Ethics-app#readme",
"engines": {
"node": ">=6.9.1",
"npm": ">=3.10.8"
},
"dependencies": {
"async": "^2.0.1",
"body-parser": "^1.15.2",
"bower": "^1.8.0",
"colors": "^1.1.2",
"cookie-parser": "^1.4.3",
"dotenv": "^4.0.0",
"express": "^4.14.0",
"file-type": "^7.6.0",
"helmet": "^3.4.1",
"html-pdf": "^2.1.0",
"jsonwebtoken": "^7.2.1",
"moment": "^2.14.1",
"multer": "^1.3.0",
"mustache": "^2.3.0",
"nodemailer": "^2.7.0",
"pg": "^6.1.0",
"phantomjs-prebuilt": "^2.1.14",
"underscore": "^1.8.3",
"uuid": "^3.0.1"
},
"scripts": {
"start": "node server.js",
"postinstall": "bower install"
},
"devDependencies": {
"gulp": "^3.9.1"
}
}