UNPKG

node-svnsync

Version:

Node helper library for keeping a remove subversion library syncronized with a local folder.

34 lines (33 loc) 810 B
{ "name": "node-svnsync", "version": "0.1.4", "description": "Node helper library for keeping a remove subversion library syncronized with a local folder.", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "https://github.com/alexsaves/acs-apiclient.git" }, "keywords": [ "SVN", "subversion", "synchronize", "Node" ], "author": "Alexei White", "license": "MIT", "bugs": { "url": "https://github.com/alexsaves/node-svnsync/issues" }, "homepage": "https://github.com/alexsaves/node-svnsync", "dependencies": { "async": "^2.1.4", "config-obj": "0.0.1", "prompt": "^1.0.0", "rimraf": "^2.5.4", "xml2js": "^0.4.17" }, "engine": "node >= 0.10.30" }