aboutsummaryrefslogtreecommitdiff
path: root/package.json
blob: 2cf09969a14aecfe95d8cf7a30e662185601e01b (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
39
40
{
  "name": "active911",
  "version": "1.1.1",
  "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",
    "unix-timestamp": "^0.2.0"
  },
  "engines": {
    "node": ">=0.12.0"
  },
  "devDependencies": {
    "chai": "^3.4.1",
    "chai-as-promised": "^5.1.0",
    "mocha": "^2.3.4",
    "nock": "^3.4.0"
  }
}