cuttlefish
Version:
A simple lowlevel synchronizing library for Joyent Manta.
30 lines (29 loc) • 642 B
JSON
{
"name": "cuttlefish",
"version": "1.3.3",
"description": "A simple lowlevel synchronizing library for Joyent Manta.",
"main": "cuttlefish.js",
"dependencies": {
"manta": "~1.2.2"
},
"devDependencies": {
"tap": "*"
},
"scripts": {
"test": "tap test/*.js"
},
"repository": {
"type": "git",
"url": "git://github.com/isaacs/cuttlefish"
},
"keywords": [
"manta",
"sync"
],
"author": "Isaac Z. Schlueter <i@izs.me> (http://blog.izs.me/)",
"bugs": {
"url": "https://github.com/isaacs/cuttlefish/issues"
},
"homepage": "https://github.com/isaacs/cuttlefish",
"license": "ISC"
}