mirror of https://github.com/embarklabs/embark.git
19 lines
381 B
JSON
19 lines
381 B
JSON
{
|
|
"description": "Test plugin for integration testing purposes",
|
|
"dependencies": {
|
|
"haml": "0.4.3"
|
|
},
|
|
"devDependencies": {
|
|
"rimraf": "3.0.0"
|
|
},
|
|
"license": "MIT",
|
|
"main": "index.js",
|
|
"name": "embark-dapp-test-service",
|
|
"private": true,
|
|
"scripts": {
|
|
"clean": "npm run reset",
|
|
"reset": "npx rimraf embark-*.tgz package"
|
|
},
|
|
"version": "5.0.0"
|
|
}
|