UNPKG

icloud-nosync-node

Version:

Make iCloud sync ignore node_modules in your project

33 lines (32 loc) 751 B
{ "name": "icloud-nosync-node", "version": "1.0.2", "description": "Make iCloud sync ignore node_modules in your project", "main": "nosync.js", "bin": { "nosync-node": "nosync.js", "nsn": "nosync.js" }, "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "git+https://github.com/tsdexter/icloud-nosync-node.git" }, "keywords": [ "iCloud", "nosync", "sync" ], "author": "Thomas Dexter", "license": "MIT", "bugs": { "url": "https://github.com/tsdexter/icloud-nosync-node/issues" }, "homepage": "https://github.com/tsdexter/icloud-nosync-node#readme", "dependencies": { "minimist": "^1.2.0", "shelljs": "^0.8.3" } }