{
  "name": "nativescript-nodeify",
  "version": "0.8.0",
  "description": "Attempts to make most npm modules 'just work' with NativeScript",
  "main": "nodeify",
  "nativescript": {
    "platforms": {
      "android": "2.3.0",
      "ios": "2.3.0"
    },
    "plugin": {
      "nan": true,
      "pan": true,
      "core3": true,
      "category": "Processing"
    },
    "hooks": [
      {
        "type": "after-prepare",
        "script": "patch-platforms.js",
        "inject": true
      }
    ],
    "tns-ios": {
      "version": "2.5.0"
    }
  },
  "scripts": {
    "demo.ios": "cd demo && rm -rf node_modules && npm i && tns run ios",
    "demo.android": "cd demo && tns run android",
    "test.ios": "cd demo && tns test ios --emulator",
    "test.ios.device": "cd demo && tns test ios",
    "test.android": "cd demo && tns test android",
    "preparedemo": "cd demo && tns plugin add .. && tns install",
    "setup": "npm i && cd demo && npm i && cd .. && cd demo && tns plugin add .. && cd ..",
    "postinstall": "node postinstall.js",
    "preuninstall": "node preuninstall.js"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/EddyVerbruggen/nativescript-nodeify.git"
  },
  "keywords": [
    "ecosystem:nativescript",
    "NativeScript",
    "Node",
    "npm",
    "Android",
    "iOS",
    "crypto"
  ],
  "author": {
    "name": "Eddy Verbruggen",
    "email": "eddyverbruggen@gmail.com"
  },
  "bugs": {
    "url": "https://github.com/EddyVerbruggen/nativescript-nodeify/issues"
  },
  "license": "MIT",
  "homepage": "https://github.com/EddyVerbruggen/nativescript-nodeify",
  "readmeFilename": "README.md",
  "dependencies": {
    "assert": "^1.4.1",
    "browserify-zlib": "^0.1.4",
    "buffer": "5.0.2",
    "constants-browserify": "^1.0.0",
    "crypto-browserify": "^3.0.0",
    "domain-browser": "^1.1.7",
    "events": "~1.1.0",
    "http-browserify": "~1.0.0",
    "https-browserify": "~0.0.0",
    "nativescript-hook": "~0.2.2",
    "nativescript-node": "git+https://github.com/EddyVerbruggen/nativescript-node.git#dc93ab4",
    "nativescript-randombytes": "1.0.0",
    "nativescript-xml2js": "~0.5.0",
    "os-browserify": "~0.3.0",
    "path-browserify": "0.0.0",
    "process": "0.11.9",
    "punycode": "^2.0.1",
    "querystring-es3": "^0.2.1",
    "readable-stream": "^2.2.2",
    "replace-in-file": "^2.3.2",
    "stream-browserify": "^2.0.0",
    "stream-http": "^2.5.0",
    "string_decoder": "0.10.31",
    "url": "^0.11.0",
    "util": "~0.10.1"
  },
  "devDependencies": {
    "tns-core-modules": "~3.4.0",
    "tns-platform-declarations": "~3.4.0",
    "prompt": "^1.0.0",
    "rimraf": "^2.5.0"
  }
}
