embark-area-51/test_app/package.json

20 lines
397 B
JSON
Raw Normal View History

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": {
},
"dependencies": {
"embark-babel": "^1.0.0",
"embark-service": "./extensions/embark-service",
2017-07-02 04:27:14 +00:00
"ethereumjs-testrpc": "^3.9.2"
2017-02-10 00:38:02 +00:00
}
}