smartci/package.json
2016-03-23 12:32:46 +01:00

30 lines
683 B
JSON

{
"name": "smartci",
"version": "0.0.1",
"description": "makes it easy to automate tasks with Continuous Integration",
"main": "dist/index.js",
"scripts": {
"test": "(npmts)"
},
"repository": {
"type": "git",
"url": "https://github.com/pushrocks/smartci.git"
},
"keywords": [
"environment"
],
"author": "Smart Coordination GmbH <office@push.rocks> (https://push.rocks)",
"license": "MIT",
"bugs": {
"url": "https://github.com/pushrocks/smartci/issues"
},
"homepage": "https://github.com/pushrocks/smartci",
"dependencies": {
"beautylog": "^1.0.4"
},
"devDependencies": {
"npmts": "^3.5.0",
"should": "^8.2.2"
}
}