-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
59 lines (59 loc) · 1.59 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
58
59
{
"name": "leerstandsmelder-node-api",
"version": "1.2.1",
"description": "Leerstandsmelder Node.JS API server",
"main": "app.js",
"node": ">=8.0",
"scripts": {
"test": "gulp lint && mocha $(find test -path '*.spec.*') --recursive --timeout=10000"
},
"author": "Gängeviertel e.V. <[email protected]>",
"license": "MIT",
"repository": {
"type": "git",
"url": "git://github.com/Leerstandsmelder/leerstandsmelder-node-api.git"
},
"dependencies": {
"airbrake": "^2.1.1",
"assert-plus": "^1.0.0",
"async": "^2.1.2",
"bluebird": "^3.0.5",
"captchapng": "0.0.1",
"checksum": "^0.1.1",
"connect": "^3.5.0",
"fs-extra": "^4.0.2",
"gulp-open": "^2.0.0",
"kue": "^0.11.1",
"mongoose": "^4.4.7",
"mongoose-unique-validator": "^1.0.2",
"mysql": "^2.9.0",
"nodemailer": "^6.7.2",
"prompt": "^1.0.0",
"request": "^2.83.0",
"restify": "^6.2.3",
"restify-cors-middleware": "^1.1.0",
"restify-errors": "^6.0.0",
"sanitizer": "^0.1.2",
"secure-random": "^1.1.1",
"serve-static": "^1.11.1",
"sha1": "^1.1.1",
"sharp": "^0.19.1",
"speakingurl": "^14.0.1",
"striptags": "^3.2.0",
"swagger-node-restify": "https://github.com/dasantonym/swagger-node-restify.git",
"swagger-ui": "^3.4.0",
"uuid4": "^1.0.0",
"validator": "^9.0.0",
"yargs": "^9.0.1"
},
"devDependencies": {
"chai": "^4.1.2",
"chance": "^1.0.1",
"gulp": "^3.9.1",
"gulp-jshint": "^2.0.1",
"jshint": "^2.13.1",
"jshint-stylish": "^2.2.1",
"mocha": "^4.0.1",
"sinon": "^4.0.1"
}
}