smartci/package.json

30 lines
683 B
JSON
Raw Normal View History

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": {
2016-03-25 16:58:59 +00:00
"beautylog": "^3.1.2"
2015-12-01 05:03:33 +00:00
},
"devDependencies": {
2016-03-25 16:58:59 +00:00
"npmts": "^3.6.3",
"should": "^8.3.0"
2015-12-01 05:03:33 +00:00
}
}