dapp-bin/package.json

30 lines
960 B
JSON
Raw Normal View History

2018-06-12 22:41:07 +00:00
{
"name": "dapp-bin",
"version": "1.0.1",
2018-06-12 22:41:07 +00:00
"description": "proof of concept dapps for embark",
"main": "index.js",
"scripts": {
2018-09-07 19:55:19 +00:00
"embark": "embark",
"test": "npm-run-all test:*",
"test:embark_demo": "cross-env DAPP=\"embark_demo\" npm run test_dapp",
"test:token_factory_1": "cross-env DAPP=\"TokenFactory\" npm run test_dapp",
"test:token_factory_2": "cross-env DAPP=\"TokenFactory2\" npm run test_dapp",
"test_dapp": "cross-env-shell \"cd $DAPP && npm install && npm test\""
2018-06-12 22:41:07 +00:00
},
"repository": {
"type": "git",
"url": "git+https://github.com/embark-framework/dapp-bin.git"
},
"author": "iuri.matias@gmail.com",
"license": "ISC",
"bugs": {
"url": "https://github.com/embark-framework/dapp-bin/issues"
},
"homepage": "https://github.com/embark-framework/dapp-bin#readme",
"dependencies": {
2018-09-11 22:49:02 +00:00
"cross-env": "^5.2.0",
2018-09-11 16:10:48 +00:00
"embark": "embark-framework/embark#develop",
"npm-run-all": "^4.1.3"
}
2018-06-12 22:41:07 +00:00
}