aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'package.json')
-rw-r--r--package.json35
1 files changed, 19 insertions, 16 deletions
diff --git a/package.json b/package.json
index 5388a38..0355d31 100644
--- a/package.json
+++ b/package.json
@@ -1,18 +1,21 @@
{
- "name": "active911",
- "version": "0.1.1",
- "author": "Ben Burwell <hi@benburwell.com>",
- "description": "A simple interface to Active911",
- "tags": [ "active911", "cad" ],
- "main": "./active911.js",
- "repository": {
- "type": "git",
- "url": "https://github.com/benburwell/active911.git"
- },
- "bugs": {
- "url": "https://github.com/benburwell/active911/issues"
- },
- "engines": {
- "node": ">=0.10"
- }
+ "name": "active911",
+ "version": "0.2.0",
+ "author": "Ben Burwell <hi@benburwell.com>",
+ "description": "A simple interface to Active911",
+ "tags": [
+ "active911",
+ "cad"
+ ],
+ "main": "./active911.js",
+ "repository": {
+ "type": "git",
+ "url": "https://github.com/benburwell/active911.git"
+ },
+ "bugs": {
+ "url": "https://github.com/benburwell/active911/issues"
+ },
+ "engines": {
+ "node": ">=0.10"
+ }
}