aboutsummaryrefslogtreecommitdiff
path: root/package.json
blob: 6473beb3806b268ec3dc950619209a8d7270804f (plain)
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
{
  "name": "active911",
  "version": "0.2.0",
  "description": "A simple client for the Active911 API",
  "main": "./lib/active911.js",
  "scripts": {
    "test": "mocha tests"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/benburwell/active911.git"
  },
  "keywords": [
    "active911",
    "client",
    "ems",
    "fire",
    "response",
    "api"
  ],
  "author": "Ben Burwell",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/benburwell/active911/issues"
  },
  "homepage": "https://github.com/benburwell/active911#readme",
  "dependencies": {
    "request": "^2.67.0"
  },
  "engines": {
    "node": ">=4.0.0"
  },
  "devDependencies": {
    "mocha": "^2.3.4",
    "nock": "^3.4.0",
    "should": "^8.0.1"
  }
}