smartdeploy/package.json

32 lines
685 B
JSON
Raw Permalink Normal View History

2016-04-07 14:26:37 +00:00
{
"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"
},
2016-04-20 00:13:48 +00:00
"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"
}
2016-04-07 14:26:37 +00:00
}