2017-02-09 19:38:02 -05:00
|
|
|
{
|
|
|
|
"name": "test_app",
|
|
|
|
"version": "0.0.1",
|
|
|
|
"description": "",
|
|
|
|
"main": "Gruntfile.js",
|
|
|
|
"scripts": {
|
|
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
|
|
},
|
|
|
|
"author": "",
|
|
|
|
"license": "ISC",
|
|
|
|
"homepage": "",
|
|
|
|
"devDependencies": {
|
2017-03-13 00:21:19 +09:00
|
|
|
"embark": "file:../",
|
2017-02-09 19:38:02 -05:00
|
|
|
"mocha": "^2.2.5"
|
|
|
|
},
|
|
|
|
"dependencies": {
|
|
|
|
"embark-babel": "^1.0.0",
|
2017-03-16 07:31:52 -04:00
|
|
|
"embark-service": "./extensions/embark-service",
|
2017-06-25 08:50:47 -04:00
|
|
|
"ethereumjs-testrpc": "https://github.com/iurimatias/testrpc.git#master"
|
2017-02-09 19:38:02 -05:00
|
|
|
}
|
|
|
|
}
|