aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorBen Burwell <bburwell1@gmail.com>2014-10-22 08:35:44 -0400
committerBen Burwell <bburwell1@gmail.com>2014-10-22 08:35:44 -0400
commit05337261ffb4abfb0fbbb9c775ccad0e28645692 (patch)
tree973f24e72570cc4d721957e70adf51387c13598b /package.json
parentc2d82325318085b89d255e84384651db680c0c97 (diff)
Begin rewrite for new API
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"