mirror of
https://github.com/embarklabs/embark.git
synced 2025-01-10 13:55:45 +00:00
955aab35de
This reverts commit f077e017e9c72613a7d8d95737d9105e5687952b.
22 lines
445 B
JSON
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"
|
|
}
|
|
}
|