hoodie-plugin-wareplication
Version:
Hoodie plugin to centralize per user db
46 lines (45 loc) • 1.09 kB
JSON
{
"name": "hoodie-plugin-wareplication",
"version": "1.1.2",
"description": "Hoodie plugin to centralize per user db",
"main": "index.js",
"scripts": {
"test": "grunt test"
},
"repository": {
"type": "git",
"url": "https://github.com/devitito/hoodie-plugin-wareplication.git"
},
"keywords": [
"Hoodie",
"Replication"
],
"author": "devitito",
"license": "ISC",
"bugs": {
"url": "https://github.com/devitito/hoodie-plugin-wareplication/issues"
},
"homepage": "https://github.com/devitito/hoodie-plugin-wareplication",
"dependencies": {
"lodash": "^3.9.3"
},
"devDependencies": {
"chai": "~1.9.0",
"grunt": "^0.4.5",
"grunt-continue": "0.0.1",
"grunt-contrib-jshint": "^0.9.2",
"grunt-contrib-watch": "^0.6.0",
"grunt-env": "^0.4.1",
"grunt-hoodie": "^0.5.4",
"grunt-mocha-browser": "0.0.4",
"grunt-shell": "^0.6.4",
"grunt-simple-mocha": "^0.4.0",
"hoodie-server": "^3.1.0",
"mocha": "~1.17.1"
},
"hoodie": {
"plugins": [
"hoodie-plugin-wareplication"
]
}
}