/ package.json
package.json
 1  {
 2    "name": "embark-bamboo",
 3    "version": "1.1.0",
 4    "description": "Bamboo plugin for Embark",
 5    "main": "index.js",
 6    "scripts": {
 7      "test": "echo \"Error: no test specified\" && exit 1"
 8    },
 9    "repository": {
10      "type": "git",
11      "url": "git+https://github.com/status-im/embark-bamboo.git"
12    },
13    "keywords": [
14      "bamboo",
15      "embark",
16      "plugin",
17      "contracts",
18      "ethereum"
19    ],
20    "author": "Jonathan Rainville",
21    "license": "ISC",
22    "bugs": {
23      "url": "https://github.com/embark-framework/embark-bamboo/issues"
24    },
25    "homepage": "https://github.com/embark-framework/embark-bamboo#readme",
26    "devDependencies": {
27      "eslint": "^4.19.1"
28    },
29    "dependencies": {
30      "async": "^2.6.0",
31      "shelljs": "^0.8.1"
32    }
33  }