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