From 84031bd2e4e1101fbe0f879346fd076b905b208d Mon Sep 17 00:00:00 2001 From: Niki Tubacki Date: Mon, 22 Jun 2015 15:53:13 -0400 Subject: [PATCH] Create package.json --- package.json | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 package.json diff --git a/package.json b/package.json new file mode 100644 index 0000000..db2f326 --- /dev/null +++ b/package.json @@ -0,0 +1,23 @@ +{ + "name": "torso-brec", + "version": "0.1.0", + "description": "Torso view for BREC tables", + "main": "index.js", + "dependencies": {}, + "devDependencies": {}, + "repository": { + "type": "git", + "url": "https://github.com/vecnatechnologies/torso-brec.git" + }, + "keywords": [ + "backbone-torso", + "torso", + "brec", + "brec-tables" + ], + "author": "Nicole Tubacki ", + "bugs": { + "url": "https://github.com/vecnatechnologies/torso-brec/issues" + }, + "homepage": "https://github.com/vecnatechnologies/torso-brec" +}