enable travis and create package.json

This commit is contained in:
2016-04-24 23:47:26 +02:00
parent 0fb019c082
commit 69cb401ef7
2 changed files with 36 additions and 0 deletions

24
package.json Normal file
View File

@@ -0,0 +1,24 @@
{
"name": "smartssh",
"version": "1.0.0",
"description": "setups SSH quickly and in a painless manner",
"main": "dist/index.js",
"scripts": {
"test": "(npmts)"
},
"repository": {
"type": "git",
"url": "git+https://github.com/pushrocks/smartssh.git"
},
"keywords": [
"SSH",
"ENV",
"base64"
],
"author": "Lossless GmbH",
"license": "MIT",
"bugs": {
"url": "https://github.com/pushrocks/smartssh/issues"
},
"homepage": "https://github.com/pushrocks/smartssh#readme"
}