-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
49 lines (49 loc) · 1.18 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
{
"name": "mpro",
"repository": "data4society/mpro",
"description": "Monitoring system",
"license": "",
"engines": {
"node": ">=6"
},
"dependencies": {
"bcrypt": "^0.8.7",
"bluebird": "^3.3.5",
"body-parser": "^1.15.1",
"config": "^1.20.1",
"express": "^4.13.4",
"extract-zip": "^1.5.0",
"font-awesome": "^4.6.1",
"lodash": "^4.12.0",
"massive": "^2.2.0",
"moment": "^2.13.0",
"multer": "^1.1.0",
"mv": "^2.1.1",
"nodemailer": "^2.6.4",
"passport": "^0.4.0",
"passport-google-oauth20": "^1.0.0",
"password-generator": "^2.0.2",
"progress": "^1.1.8",
"rimraf": "^2.5.2",
"sanitize-html": "^1.11.4",
"substance": "substance/substance#e445d6b7754b5f52ec1ed37e3114994a953cecb9",
"substance-cheerio": "0.1.0",
"substance-test": "0.3.1",
"ws": "^1.1.0"
},
"devDependencies": {
"glob": "7.0.3",
"substance-bundler": "0.5.1",
"tap-spec": "^4.1.1",
"tape": "^4.6.0",
"through2": "^2.0.1"
},
"scripts": {
"bundle": "node make",
"postinstall": "mkdir -p uploads",
"seed": "node seed",
"start": "node server",
"test": "node test"
},
"version": "0.0.1"
}