dapp-bin/package.json

25 lines
838 B
JSON

{
"name": "dapp-bin",
"version": "1.0.1",
"description": "proof of concept dapps for embark",
"main": "index.js",
"scripts": {
"test_embark_demo": "cd embark_demo && npm install && ./node_modules/embark/bin/embark test && cd ..",
"test_token_factory_1": "cd TokenFactory && npm install && ./node_modules/embark/bin/embark test && cd ..",
"test_token_factory_2": "cd TokenFactory2 && npm install && ./node_modules/embark/bin/embark test && cd .."
},
"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": {
"embark": "^3.1.0"
}
}