smartci/package.json
2016-07-28 01:25:47 +02:00

33 lines
781 B
JSON

{
"name": "smartci",
"version": "1.0.1",
"description": "makes it easy to automate tasks with Continuous Integration",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"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": "^5.0.18",
"typings-global": "^1.0.6"
},
"devDependencies": {
"npmts-g": "^5.2.8",
"should": "^10.0.0",
"typings-test": "^1.0.1"
}
}