aboutsummaryrefslogtreecommitdiff
path: root/package.json
blob: 2bf3062f740f3728788699e5023165f4d379babd (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
{
    "name": "active911",
    "version": "0.1.1",
    "author": "Ben Burwell <hi@benburwell.com>",
    "description": "A simple interface to Active911",
    "tags": [ "active911", "cad", "fire", "ems", "dispatching" ],
    "main": "./lib/active911.js",
    "dependencies": {
        "oauth": ">=0.9.11"
    },
    "devDependencies": {
        "mocha": "latest",
        "nock": "latest",
        "should": "latest",
        "grunt-mocha-test": "latest",
        "grunt": "latest",
        "grunt-cli": "latest",
        "grunt-contrib-jshint": "latest"
    },
    "scripts": {
        "test": "grunt --verbose"
    },
    "repository": {
    	"type": "git",
    	"url": "https://github.com/benburwell/active911.git"
    },
    "bugs": {
    	"url": "https://github.com/benburwell/active911/issues"
    },
    "engines": {
        "node": ">=0.10"
    }
}