update dependencies

This commit is contained in:
Iuri Matias 2015-06-15 06:07:40 -04:00
parent dca33e02fc
commit 619a92f71b
3 changed files with 10 additions and 5 deletions

View File

@ -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"
}
}

View File

@ -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 = {}

View File

@ -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 <iuri.matias@gmail.com>",
"contributors": [],