{
  "name": "cloudmine",
  "preferGlobal": false,
  "version": "0.10.3",
  "author": {
    "name": "CloudMine, Inc.",
    "email": "support@cloudmineinc.com"
  },
  "description": "CloudMine JavaScript library for node and browsers",
  "keywords": [
    "cloudmine",
    "backend",
    "baas",
    "mbaas"
  ],
  "homepage": "https://cloudmine.io/docs/#/javascript",
  "repository": {
    "type": "git",
    "url": "git://github.com/cloudmine/cloudmine-js.git"
  },
  "main": "js/cloudmine.js",
  "dependencies": {
    "assert": "^1.4.1",
    "jslint": "^0.12.0",
    "nock": "^9.1.6"
  },
  "license": "MIT",
  "engines": {
    "node": ">=0.8.0"
  },
  "devDependencies": {
    "mocha": "5.0.0",
    "qunit": "^0.5.7",
    "uglify-js": "^1.3.3"
  },
  "scripts": {
    "test": "node run_tests.js"
  }
}
