mirror of
https://github.com/embarklabs/embark.git
synced 2025-01-10 22:05:55 +00:00
289ece9df6
Update `test` command to run `embark test` Update `name` in `package.json` to be something more easily replaceable. Use `sed` to replace above flag with DApp name
16 lines
244 B
JSON
16 lines
244 B
JSON
{
|
|
"name": "%APP_NAME%",
|
|
"version": "0.0.1",
|
|
"description": "",
|
|
"scripts": {
|
|
"test": "embark test"
|
|
},
|
|
"author": "",
|
|
"license": "ISC",
|
|
"homepage": "",
|
|
"devDependencies": {
|
|
"embark": "^2.3.0",
|
|
"mocha": "^2.2.5"
|
|
}
|
|
}
|