embark-bamboo/package.json
2018-05-03 16:19:29 -04:00

34 lines
737 B
JSON

{
"name": "embark-bamboo",
"version": "1.0.0",
"description": "Bamboo plugin for Embark",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/status-im/embark-bamboo.git"
},
"keywords": [
"bamboo",
"embark",
"plugin",
"contracts",
"ethereum"
],
"author": "Jonathan Rainville",
"license": "ISC",
"bugs": {
"url": "https://github.com/embark-framework/embark-bamboo/issues"
},
"homepage": "https://github.com/embark-framework/embark-bamboo#readme",
"devDependencies": {
"eslint": "^4.19.1"
},
"dependencies": {
"async": "^2.6.0",
"shelljs": "^0.8.1"
}
}