mirror of https://github.com/embarklabs/embark.git
update dependencies
This commit is contained in:
parent
dca33e02fc
commit
619a92f71b
|
@ -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"
|
||||
}
|
||||
}
|
||||
|
|
5
index.js
5
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 = {}
|
||||
|
|
|
@ -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": [],
|
||||
|
|
Loading…
Reference in New Issue