From a6cf88362b513ba3e2bf8c0157f6db1f0356d2f1 Mon Sep 17 00:00:00 2001 From: Jake Howard Date: Sun, 1 Nov 2015 15:17:51 +0000 Subject: [PATCH] Added Dependancies --- package.json | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/package.json b/package.json index 9706b69..28cbd0d 100644 --- a/package.json +++ b/package.json @@ -16,4 +16,21 @@ "url": "https://github.com/RealOrangeOne/Keyboard-Mechanizer/issues" }, "homepage": "https://github.com/RealOrangeOne/Keyboard-Mechanizer#readme", + "dependencies": { + "bootstrap": "^3.3.5", + "electron-prebuilt": "^0.34.0", + "immutable": "^3.7.5", + "ionicons": "^2.0.1", + "react": "^0.13.0", + "superagent": "^1.2.0" + }, + "devDependencies": { + "browserify": "^11.2.0", + "eslint": "^1.5.1", + "eslint-config": "git://github.com/dabapps/eslint-config.git#1.1.4", + "eslint-plugin-react": "^3.5.0", + "reactify": "^1.1.1", + "less": "^2.5.3", + + } }