start smartcli class

This commit is contained in:
Philipp Kunz 2016-06-09 14:01:06 +02:00
parent 96d82c3a20
commit 542c77069f
2 changed files with 10 additions and 7 deletions

View File

@ -14,7 +14,7 @@
}, },
"repository": { "repository": {
"type": "git", "type": "git",
"url": "https://github.com/pushrocks/smartcli.git" "url": "https://gitlab.com/pushrocks/smartcli.git"
}, },
"keywords": [ "keywords": [
"json", "json",
@ -24,19 +24,19 @@
"author": "Smart Coordination GmbH <office@push.rocks> (https://push.rocks)", "author": "Smart Coordination GmbH <office@push.rocks> (https://push.rocks)",
"license": "MIT", "license": "MIT",
"bugs": { "bugs": {
"url": "https://github.com/pushrocks/smartcli/issues" "url": "https://gitlab.com/pushrocks/smartcli/issues"
}, },
"homepage": "https://github.com/pushrocks/smartcli", "homepage": "https://gitlab.com/pushrocks/smartcli",
"dependencies": { "dependencies": {
"beautylog": "^5.0.5", "beautylog": "^5.0.8",
"cliff": "^0.1.10", "cliff": "^0.1.10",
"commander": "^2.9.0", "commander": "^2.9.0",
"inquirer": "^1.0.2", "inquirer": "^1.0.3",
"smartparam": "0.0.7", "smartparam": "0.0.7",
"yargs": "^4.7.1" "yargs": "^4.7.1"
}, },
"devDependencies": { "devDependencies": {
"npmts": "^5.1.11", "npmts": "^5.2.5",
"should": "^8.4.0" "should": "^9.0.1"
} }
} }

View File

@ -0,0 +1,3 @@
export class smartcli {
}