aboutsummaryrefslogtreecommitdiff
path: root/package.json
blob: 5388a384a84d3bedbfef445d45f8114c1fe6b898 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
    "name": "active911",
    "version": "0.1.1",
    "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"
    }
}