2015-12-01 05:03:33 +00:00
|
|
|
{
|
|
|
|
"name": "smartci",
|
2016-03-23 11:32:46 +00:00
|
|
|
"version": "0.0.1",
|
2015-12-01 05:03:33 +00:00
|
|
|
"description": "makes it easy to automate tasks with Continuous Integration",
|
2016-03-22 23:12:17 +00:00
|
|
|
"main": "dist/index.js",
|
2015-12-01 05:03:33 +00:00
|
|
|
"scripts": {
|
2016-03-22 23:12:17 +00:00
|
|
|
"test": "(npmts)"
|
2015-12-01 05:03:33 +00:00
|
|
|
},
|
|
|
|
"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": {
|
2016-03-22 23:12:17 +00:00
|
|
|
"npmts": "^3.5.0",
|
|
|
|
"should": "^8.2.2"
|
2015-12-01 05:03:33 +00:00
|
|
|
}
|
|
|
|
}
|