{
  "name": "resin-sdk",
  "version": "10.1.1",
  "description": "The Resin.io JavaScript SDK",
  "main": "build/resin.js",
  "types": "typings/resin-sdk.d.ts",
  "homepage": "https://github.com/resin-io/resin-sdk",
  "repository": {
    "type": "git",
    "url": "git://github.com/resin-io/resin-sdk.git"
  },
  "files": [
    "build/",
    "typings/",
    "DOCUMENTATION.md"
  ],
  "keywords": [
    "sdk",
    "resin",
    "resin.io",
    "iot",
    "devices"
  ],
  "directories": {
    "test": "tests"
  },
  "scripts": {
    "clean": "rimraf build",
    "test": "npm run build && npm run test:all",
    "test:all": "npm run test:node && npm run test:browser",
    "test:node": "gulp test",
    "test:browser": "karma start",
    "build": "npm run lint && npm run clean && tsc && gulp build && npm run docs",
    "docs": "jsdoc2md \"build/**/!(resin-browser*.js)\" > DOCUMENTATION.md",
    "ci": "npm test && catch-uncommitted",
    "coffeelint": "coffeelint -f coffeelint.json -r \"lib\" \"tests\" \"gulpfile.coffee\"",
    "tslint": "tslint -t stylish -c tslint.json \"typings/**/*.d.ts\" \"lib/**/*.ts\" \"tests/**/*.ts\"",
    "lint": "npm run prettify && npm run coffeelint && npm run tslint",
    "precommit": "lint-staged",
    "prepublish": "require-npm4-to-publish",
    "prepack": "npm run build",
    "prettify": "prettier --write \"lib/**/*.ts\" \"typings/**/*.d.ts\"",
    "watch": "npm run build && watch \"npm run lint\" \"lib\" \"tests\""
  },
  "author": "Juan Cruz Viotti <juan@resin.io>",
  "license": "Apache-2.0",
  "engines": {
    "node": ">=6.0"
  },
  "devDependencies": {
    "@resin.io/types-mochainon": "^2.0.1",
    "@types/lodash": "^4.14.85",
    "@types/mocha": "^5.2.5",
    "balena-config-karma": "^2.3.1",
    "browserify": "^14.3.0",
    "catch-uncommitted": "^1.0.0",
    "chai-samsam": "0.0.2",
    "coffeescript": "1.12.5",
    "dotenv": "^4.0.0",
    "gulp": "^3.9.1",
    "gulp-coffee": "^2.3.1",
    "gulp-coffeelint": "^0.6.0",
    "gulp-insert": "^0.5.0",
    "gulp-mocha": "^4.1.0",
    "gulp-tap": "^1.0.1",
    "gulp-typescript": "^3.2.3",
    "gulp-uglify": "^3.0.0",
    "gulp-util": "^3.0.4",
    "husky": "^0.14.3",
    "js-polyfills": "^0.1.33",
    "jsdoc-to-markdown": "^3.0.0",
    "karma": "^3.0.0",
    "karma-env-preprocessor": "^0.1.1",
    "lint-staged": "^5.0.0",
    "mocha": "^3.0.0",
    "mochainon": "^2.0.0",
    "prettier": "^1.8.2",
    "readable-stream": "^2.3.6",
    "require-npm4-to-publish": "^1.0.0",
    "rimraf": "^2.6.1",
    "rindle": "^1.2.0",
    "run-sequence": "^1.1.0",
    "superagent": "^3.0.0",
    "tmp": "^0.0.31",
    "ts-node": "^3.3.0",
    "tslint": "^5.8.0",
    "tslint-config-prettier": "^1.10.0",
    "tslint-no-unused-expression-chai": "^0.1.3",
    "typescript": "2.6.2",
    "uglify-es": "^3.3.9",
    "vinyl-source-buffer": "^1.1.1",
    "watch": "^1.0.2"
  },
  "dependencies": {
    "@types/bluebird": "3.5.21",
    "@types/common-tags": "^1.4.0",
    "@types/node": "^8.0.53",
    "abortcontroller-polyfill": "^1.1.9",
    "bluebird": "^3.3.1",
    "common-tags": "^1.8.0",
    "lodash": "^4.4.0",
    "memoizee": "^0.4.9",
    "moment": "^2.18.1",
    "ndjson": "^1.5.0",
    "promise-memoize": "^1.2.0",
    "resin-auth": "^2.0.0",
    "resin-device-status": "^1.0.1",
    "resin-errors": "^2.13.0",
    "resin-pine": "^7.0.0",
    "resin-register-device": "^5.0.0",
    "resin-request": "^9.3.1",
    "resin-settings-client": "^3.5.2",
    "semver": "^5.3.0"
  },
  "lint-staged": {
    "*.ts": [
      "prettier --write",
      "tslint -t stylish"
    ]
  }
}
