diff options
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 18 |
1 files changed, 18 insertions, 0 deletions
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 <bburwell1@gmail.com>", + "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" + } +} |