UNPKG

801 BJSONView Raw
1{
2 "name": "pingdom-api",
3 "description": "Pingdom API client",
4 "author": "Juho Vepsalainen <bebraw@gmail.com>",
5 "version": "0.2.0",
6
7 "dependencies": {
8 "request": "2.21.0",
9 "funkit": "0.7.7"
10 },
11
12 "devDependencies": {
13 "date-utils": "1.2.12"
14 },
15
16 "main": "./lib/pingdom.js",
17
18 "repository": {
19 "type": "git",
20 "url": "git@github.com:bebraw/pingdom-api.git"
21 },
22
23 "directories": {
24 "lib": "./lib"
25 },
26
27 "homepage": "https://github.com/bebraw/pingdom-api",
28
29 "bugs": {
30 "url": "https://github.com/bebraw/pingdom-api/issues"
31 },
32
33 "keywords": ["pingdom", "api", "rest"],
34
35 "licenses": [{
36 "type": "MIT",
37 "url": "https://github.com/bebraw/pingdom-api/blob/master/LICENSE"
38 }]
39}