embark/test_app/package.json
Iuri Matias 955aab35de Revert "use temporary simulator fork on the test_app to fix web3.js dependency"
This reverts commit f077e017e9c72613a7d8d95737d9105e5687952b.
2017-06-25 09:47:44 -04:00

22 lines
445 B
JSON

{
"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": {
"embark": "file:../",
"mocha": "^2.2.5"
},
"dependencies": {
"embark-babel": "^1.0.0",
"embark-service": "./extensions/embark-service",
"ethereumjs-testrpc": "^3.0.3"
}
}