@afelio/shoot
Version:
I'll take your best shot on multiple plateform
43 lines (42 loc) • 945 B
JSON
{
"name": "@afelio/shoot",
"version": "0.0.2",
"private": false,
"description": "I'll take your best shot on multiple plateform",
"dependencies": {
"browserstack": "^1.5.0",
"chalk": "^2.1.0",
"slack-node": "^0.1.8",
"superagent": "^3.6.0",
"underscore": "^1.8.3"
},
"devDependencies": {
"dotenv": "^4.0.0"
},
"repository": {
"type": "git",
"url": "git+https://gitlab.com/afelio-design/ci/shoot.git"
},
"keywords": [
"Afelio",
"Toolbelt",
"Browserstack"
],
"author": "Alexandre Masy <hello@alexandremasy.com>",
"license": "ISC",
"bugs": {
"url": "https://gitlab.com/afelio-design/ci/shoot/issues"
},
"homepage": "https://gitlab.com/afelio-design/shoot#README",
"preferGlobal": "true",
"main": "bin/shoot.js",
"scripts": {
"start": "node --harmony bin/shoot.js"
},
"bin": {
"shoot": "./bin/shoot.js"
},
"engines": {
"node": "7.9.0"
}
}