From 619a92f71b6c0756ed99b8c56d2e6d6c07eb6978 Mon Sep 17 00:00:00 2001 From: Iuri Matias Date: Mon, 15 Jun 2015 06:07:40 -0400 Subject: [PATCH] update dependencies --- boilerplate/package.json | 5 +---- index.js | 5 +++++ package.json | 5 ++++- 3 files changed, 10 insertions(+), 5 deletions(-) diff --git a/boilerplate/package.json b/boilerplate/package.json index f7bc51a5..485b332f 100644 --- a/boilerplate/package.json +++ b/boilerplate/package.json @@ -19,9 +19,6 @@ "grunt-contrib-watch": "^0.6.1", "grunt": "^0.4.5", "grunt-cli": "^0.1.13", - "matchdep": "^0.3.0", - "python": "^0.0.4", - "methodmissing": "^0.0.3", - "sync-me": "^0.1.1" + "matchdep": "^0.3.0" } } diff --git a/index.js b/index.js index 9399551b..d853a91e 100644 --- a/index.js +++ b/index.js @@ -7,6 +7,11 @@ var express = require('express'); var compression = require('compression'); var commander = require('commander'); var wrench = require('wrench'); +var python = require('python'); +var syncMe = require('sync-me'); +var methodmissing = require('methodmissing'); +var jasmine = require('jasmine'); + console.log("embark required"); embark = {} diff --git a/package.json b/package.json index f3ee13f6..646586f2 100644 --- a/package.json +++ b/package.json @@ -31,7 +31,10 @@ "web3": "^0.5.0", "wrench": "^1.5.8", "hashmerge": "^1.0.2", - "python": "^0.0.4" + "sync-me": "^0.1.1", + "python": "^0.0.4", + "methodmissing": "^0.0.3", + "jasmine": "^2.3.1" }, "author": "Iuri Matias ", "contributors": [],