synopsis-client
Version:
A client that connects to a synopsis-backend for simple data storage
39 lines (38 loc) • 1.02 kB
JSON
{
"name": "synopsis-client",
"version": "0.8.1",
"description": "A client that connects to a synopsis-backend for simple data storage",
"main": "index.js",
"repository": {
"type": "git",
"url": "https://github.com/allain/node-synopsis-client"
},
"scripts": {
"test": "./node_modules/.bin/mocha test",
"format": "find . -name '*.js' -not -path './node_modules/*' | xargs node_modules/.bin/js-beautify --replace"
},
"keywords": [
"synopsis",
"client"
],
"author": "Allain Lalonde <allain.lalonde@gmail.com>",
"license": "ISC",
"bugs": {
"url": "https://github.com/allain/synopsis-client/issues"
},
"homepage": "https://github.com/allain/synopsis-client",
"dependencies": {
"JSONStream": "^0.10.0",
"debug": "^2.1.1",
"defaults": "^1.0.0",
"jiff": "^0.7.0",
"reconnect": "^2.0.2",
"through2": "^0.6.3",
"uuid": "^2.0.1"
},
"devDependencies": {
"duplexify": "^3.2.0",
"js-beautify": "^1.5.4",
"mocha": "^2.1.0"
}
}