Files
dapp-bin/Bamboo/package.json

17 lines
317 B
JSON

{
"name": "BambooExample",
"version": "0.0.1",
"description": "",
"scripts": {
"embark": "node ../node_modules/embark/bin/embark",
"test": "npm run embark test"
},
"author": "",
"license": "ISC",
"homepage": "",
"devDependencies": {},
"dependencies": {
"embark-bamboo": "^1.0.0"
}
}