aboutsummaryrefslogtreecommitdiff
path: root/package.json
blob: 0355d31aab9741481bbca9c9bd371d25278e8b6f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
  "name": "active911",
  "version": "0.2.0",
  "author": "Ben Burwell <hi@benburwell.com>",
  "description": "A simple interface to Active911",
  "tags": [
    "active911",
    "cad"
  ],
  "main": "./active911.js",
  "repository": {
    "type": "git",
    "url": "https://github.com/benburwell/active911.git"
  },
  "bugs": {
    "url": "https://github.com/benburwell/active911/issues"
  },
  "engines": {
    "node": ">=0.10"
  }
}