{
  "name": "node-icloud-api",
  "version": "1.0.0",
  "description": "Manage iCloud login and reminders with JavaScript",
  "main": "index.js",
  "scripts": {
    "test": "standard && node tests | tap-spec",
    "semantic-release": "semantic-release",
    "travis-deploy-once": "travis-deploy-once"
  },
  "keywords": [
    "icloud"
  ],
  "author": "HipsterBrown",
  "license": "MIT",
  "dependencies": {
    "isomorphic-unfetch": "^2.1.1",
    "uuid": "^3.3.2"
  },
  "devDependencies": {
    "nock": "^9.6.1",
    "standard": "^12.0.1",
    "tap": "^12.0.1",
    "tap-spec": "^5.0.0",
    "semantic-release": "^15.10.6",
    "travis-deploy-once": "^5.0.9"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/HipsterBrown/icloud-api.git"
  }
}
