From 05337261ffb4abfb0fbbb9c775ccad0e28645692 Mon Sep 17 00:00:00 2001 From: Ben Burwell Date: Wed, 22 Oct 2014 08:35:44 -0400 Subject: Begin rewrite for new API --- package.json | 19 +++++++++++++++++-- 1 file changed, 17 insertions(+), 2 deletions(-) (limited to 'package.json') 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 ", "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" -- cgit v1.2.3