UNPKG

array-sync

Version:

Data synchronisation module for Node.js

43 lines (42 loc) 1.01 kB
{ "name": "array-sync", "version": "4.1.0", "description": "Data synchronisation module for Node.js", "main": "index.js", "engines": { "node": ">= 6.0" }, "scripts": { "test": "jest --coverage" }, "repository": { "type": "git", "url": "git+https://github.com/smebberson/array-sync.git" }, "keywords": [ "data", "synchronization", "sync", "array" ], "husky": { "hooks": { "pre-commit": "pretty-quick --staged" } }, "author": "Scott Mebberson", "license": "MIT", "bugs": { "url": "https://github.com/smebberson/array-sync/issues" }, "homepage": "https://github.com/smebberson/array-sync#readme", "devDependencies": { "clone": "2.1.2", "codecov": "3.6.1", "eslint-config-prettier": "6.5.0", "husky": "3.0.9", "jest": "24.9.0", "prettier": "1.18.2", "pretty-quick": "2.0.0" } }