aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'package.json')
-rw-r--r--package.json19
1 files changed, 17 insertions, 2 deletions
diff --git a/package.json b/package.json
index 5388a38..2bf3062 100644
--- a/package.json
+++ b/package.json
@@ -3,8 +3,23 @@
"version": "0.1.1",
"author": "Ben Burwell <hi@benburwell.com>",
"description": "A simple interface to Active911",
- "tags": [ "active911", "cad" ],
- "main": "./active911.js",
+ "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"