This repository has been archived by the owner on Jul 1, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 23
/
Copy pathpackage.json
62 lines (62 loc) · 1.5 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
{
"name": "ovh-availability",
"version": "1.5.0",
"description": "OVH, Kimsufi & SoYouStart servers availability checker",
"main": "web.js",
"scripts": {
"start": "node web.js"
},
"dependencies": {
"async": "^0.9.0",
"body-parser": "^1.12.0",
"bower": "^1.3.12",
"compression": "^1.4.1",
"cookie-parser": "^1.3.4",
"country-data": "0.0.18",
"csurf": "^1.7.0",
"db-migrate": "^0.9.8",
"debug": "^2.1.2",
"express": "^4.12.2",
"express-session": "^1.10.3",
"express-validator": "^2.8.0",
"grunt-cli": "^0.1.13",
"i18n": "^0.5.0",
"jade": "^1.9.2",
"migrate": "^0.2.0",
"moment": "^2.10.6",
"morgan": "^1.5.1",
"ms": "^0.7.0",
"newrelic": "^1.17.1",
"optimist": "^0.6.1",
"ovh": "^1.1.3",
"pg": "^4.3.0",
"phone": "^1.0.3",
"request": "^2.53.0",
"sendgrid": "^1.6.0",
"serve-static": "^1.9.1",
"string": "^3.0.0"
},
"devDependencies": {
"express-debug": "*",
"grunt": "*",
"grunt-bower-task": "*",
"grunt-contrib-cssmin": "*",
"grunt-contrib-jshint": "*",
"grunt-contrib-uglify": "*",
"grunt-contrib-watch": "*",
"grunt-shell": "*",
"load-grunt-tasks": "*"
},
"engines": {
"node": "0.12.x"
},
"repository": {
"type": "git",
"url": "https://github.com/hardware/ovh-availability.git"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/hardware/ovh-availability/issues"
},
"homepage": "https://github.com/hardware/ovh-availability"
}