2017-02-10 00:38:02 +00: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-12 15:21:19 +00:00
|
|
|
"embark": "file:../",
|
2017-02-10 00:38:02 +00:00
|
|
|
"mocha": "^2.2.5"
|
|
|
|
},
|
|
|
|
"dependencies": {
|
|
|
|
"embark-babel": "^1.0.0",
|
2017-03-16 11:31:52 +00:00
|
|
|
"embark-service": "./extensions/embark-service",
|
2017-06-25 13:47:44 +00:00
|
|
|
"ethereumjs-testrpc": "^3.0.3"
|
2017-02-10 00:38:02 +00:00
|
|
|
}
|
|
|
|
}
|