sync-gateway
Version:
Couchbase Mobile Sync Gateway REST wrapper
38 lines (37 loc) • 901 B
JSON
{
"name": "sync-gateway",
"version": "0.1.6",
"description": "Couchbase Mobile Sync Gateway REST wrapper",
"homepage": "https://github.com/luismanuel001/sync-gateway",
"author": {
"name": "Luis Manuel",
"email": "luisman40@gmail.com",
"url": "https://github.com/luismanuel001"
},
"repository": "luismanuel001/sync-gateway",
"license": "MIT",
"main": "./lib/sync_gateway.js",
"keywords": [
"sync-gateway",
"sync",
"gateway",
"couchbase",
"couchdb"
],
"dependencies": {
"request-promise": "^0.4.2"
},
"devDependencies": {
"grunt-cli": "^0.1.13",
"grunt-contrib-jshint": "^0.11.0",
"grunt-contrib-nodeunit": "^0.4.1",
"grunt-contrib-watch": "^0.6.1",
"grunt-mocha-cli": "^1.12.0",
"jshint-stylish": "^1.0.1",
"load-grunt-tasks": "^3.1.0",
"time-grunt": "^1.1.0"
},
"scripts": {
"test": "grunt"
}
}