smartci/package.json

31 lines
725 B
JSON
Raw Normal View History

2015-12-01 05:03:33 +00:00
{
"name": "smartci",
2018-02-26 19:03:22 +00:00
"version": "1.0.4",
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",
2016-07-27 23:25:47 +00:00
"typings": "dist/index.d.ts",
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": {
2018-02-26 19:02:11 +00:00
"beautylog": "^6.1.10"
2015-12-01 05:03:33 +00:00
},
"devDependencies": {
2018-02-26 19:02:11 +00:00
"@types/node": "^9.4.6",
"tapbundle": "^1.1.8"
2015-12-01 05:03:33 +00:00
}
}