forked from bebraw/pingdom-api
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (30 loc) · 801 Bytes
/
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
{
"name": "pingdom-api",
"description": "Pingdom API client",
"author": "Juho Vepsalainen <[email protected]>",
"version": "0.2.0",
"dependencies": {
"request": "2.21.0",
"funkit": "0.7.7"
},
"devDependencies": {
"date-utils": "1.2.12"
},
"main": "./lib/pingdom.js",
"repository": {
"type": "git",
"url": "[email protected]:bebraw/pingdom-api.git"
},
"directories": {
"lib": "./lib"
},
"homepage": "https://github.com/bebraw/pingdom-api",
"bugs": {
"url": "https://github.com/bebraw/pingdom-api/issues"
},
"keywords": ["pingdom", "api", "rest"],
"licenses": [{
"type": "MIT",
"url": "https://github.com/bebraw/pingdom-api/blob/master/LICENSE"
}]
}