UNPKG

put.io-sync

Version:

Put.io Sync and automatic file download

42 lines (41 loc) 914 B
{ "author": "Stefan Profanter", "name": "put.io-sync", "description": "Put.io Sync and automatic file download", "version": "0.0.9", "repository": { "type": "git", "url": "git://github.com/Pro/put.io-sync.git" }, "main": "./lib/putio-sync", "scripts": { "test": "tap test/*.js" }, "keywords": [ "put.io", "sync" ], "bin": { "putio-sync": "./bin/putio-sync" }, "dependencies": { "put.io-v2" : ">=0.0.2", "underscore" : ">=1.6.0", "npid" : ">=0.3.2", "colors" : ">=0.6.2", "ensureDir" : ">=1.0.6", "nopt" : ">=2.2.0", "nopt-usage" : ">=0.1.0", "status-bar": ">=2.0.0", "fswin": ">=2.14.1024", "request" : ">=2.33", "ansi": ">=0.2.1" }, "devDependencies": { "tap": "~0.4.8" }, "optionalDependencies": {}, "engines": { "node": ">=0.10.*" } }