From fda33bf18e8c0aa0ba53cd3e1514ad77aa07efe6 Mon Sep 17 00:00:00 2001 From: Ben Burwell Date: Thu, 5 Sep 2013 11:54:37 -0400 Subject: Init --- package.json | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 package.json (limited to 'package.json') diff --git a/package.json b/package.json new file mode 100644 index 0000000..9cd0089 --- /dev/null +++ b/package.json @@ -0,0 +1,18 @@ +{ + "name": "active911", + "version": "0.1.0", + "author": "Ben Burwell ", + "description": "A simple interface to Active911", + "tags": [ "active911", "cad" ], + "main": "./active911.js", + "repository": { + "type": "git", + "url": "https://github.com/bburwell/active911.git" + }, + "bugs": { + "url": "https://github.com/bburwell/active911/issues" + }, + "engines": { + "node": ">=0.10" + } +} -- cgit v1.2.3