hdc-sync
Version:
HDC Sync system
51 lines (50 loc) • 1.18 kB
JSON
{
"name": "hdc-sync",
"version": "0.2.1",
"description": "HDC Sync system",
"main": "./lib/hdc-sync.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/siteslave/hdc-sync.git"
},
"keywords": [
"hdc",
"sync"
],
"author": "Satit Rianpit <rianpit@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/siteslave/hdc-sync/issues"
},
"homepage": "https://github.com/siteslave/hdc-sync#readme",
"dependencies": {
"adm-zip": "^0.4.7",
"cli-color": "^1.0.0",
"commander": "^2.8.1",
"download": "^4.1.2",
"fs-extra": "^0.18.2",
"fs-finder": "^1.8.0",
"jsonfile": "^2.0.0",
"knex": "^0.8.3",
"lodash": "^3.8.0",
"log": "^1.4.0",
"moment": "^2.10.2",
"mysql": "^2.6.2",
"progress": "^1.1.8",
"q": "^1.4.0",
"q-foreach": "0.0.3",
"random-js": "^1.0.4",
"request": "^2.55.0",
"shelljs": "^0.4.0",
"string-template": "^0.2.1",
"yamljs": "^0.2.3"
},
"perferGlobal": true,
"bin": {
"hdc-sync": "./bin/hdc-sync",
"hdcs": "./bin/hdc-sync"
}
}