smartci/package.json

33 lines
781 B
JSON
Raw Normal View History

2015-12-01 05:03:33 +00:00
{
"name": "smartci",
2016-07-27 23:32:56 +00:00
"version": "1.0.2",
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": {
"beautylog": "^5.0.18",
"typings-global": "^1.0.6"
2015-12-01 05:03:33 +00:00
},
"devDependencies": {
"npmts-g": "^5.2.8",
"should": "^10.0.0",
"typings-test": "^1.0.1"
2015-12-01 05:03:33 +00:00
}
}