smartdeploy/package.json
2016-04-20 02:13:48 +02:00

32 lines
685 B
JSON

{
"name": "smartdeploy",
"version": "0.0.0",
"description": "deploy software with socket.io and jwt tockens",
"main": "dist/index.js",
"scripts": {
"test": "(npmts)"
},
"repository": {
"type": "git",
"url": "git+https://github.com/pushrocks/smartdeploy.git"
},
"keywords": [
"deploy",
"software"
],
"author": "Lossless GmbH",
"license": "MIT",
"bugs": {
"url": "https://github.com/pushrocks/smartdeploy/issues"
},
"homepage": "https://github.com/pushrocks/smartdeploy#readme",
"devDependencies": {
"npmts": "^5.0.3"
},
"dependencies": {
"beautylog": "^4.1.2",
"shelljs": "^0.6.0",
"smartfile": "^3.0.3"
}
}