UNPKG

datasync-writer

Version:

Base writer for datasync

36 lines (35 loc) 791 B
{ "name": "datasync-writer", "version": "0.0.1", "description": "Base writer for datasync", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "https://github.com/doowb/datasync-writer.git" }, "keywords": [ "data", "datasync", "sync", "sync data", "mapper", "map data", "writer", "data writer" ], "author": "Brian Woodward", "license": "MIT", "bugs": { "url": "https://github.com/doowb/datasync-writer/issues" }, "devDependencies": { "grunt": "~0.4.2", "grunt-mocha-test": "~0.8.1", "grunt-readme": "~0.4.5", "grunt-contrib-jshint": "~0.7.2", "grunt-contrib-watch": "~0.5.3" } }