This repository has been archived by the owner on Jan 16, 2020. It is now read-only.
forked from dogodigi/opendispatcher
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
69 lines (69 loc) · 1.68 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
60
61
62
63
64
65
66
67
68
69
{
"name": "opendispatcher",
"description": "opendispatcher - First responder HTML5 nodejs client application",
"version": "3.1.0",
"license": "GPL-3.0+",
"author": {
"name": "Milo van der Linden",
"email": "[email protected]",
"url": "http://www.dogodigi.net/"
},
"contributors": [
{
"name": "Matthijs Laan",
"email": "[email protected]"
},
{
"name": "Eddy Scheper",
"email": "[email protected]"
},
{
"name": "Joost Vermeulen",
"email": "[email protected]"
}
],
"private": true,
"scripts": {
"start": "grunt desktop && node index.js",
"test": "mocha test --timeout 30000 --reporter dot --bail --check-leaks test/",
"mobile": "grunt mobile",
"desktop": "grunt desktop",
"doc": "grunt doc"
},
"repository": {
"type": "git",
"url": "http://github.com/dogodigi/opendispatcher.git"
},
"dependencies": {
"any-db": "*",
"any-db-postgres": "*",
"body-parser": "^1.13.3",
"clean-css": "*",
"compression": "^1.4.3",
"errorhandler": "^1.4.2",
"express": "4.13.3",
"grunt": "^0.4.5",
"grunt-cli": "^0.1.13",
"grunt-contrib-copy": "^0.8.0",
"grunt-contrib-cssmin": "0.13.0",
"grunt-contrib-uglify": "0.9.2",
"i18next": "1.10.6",
"i18next-client": "1.11.4",
"jade": "*",
"less-middleware": "2.0.1",
"nconf": "*",
"nodemailer": "1.4.0",
"pace": "0.0.4",
"pg": "*",
"request": "*",
"serve-favicon": "^2.3.0",
"uglify-js": "2.4.24"
},
"devDependencies": {
"grunt-jsdoc": "^1.0.0",
"jsdoc": "^3.3.3",
"mocha": "2.3.2",
"mocha-junit-reporter": "^1.5.0",
"supertest": "^1.0.1"
}
}