{
  "name": "xiot-core-xcp-browser-ts",
  "version": "0.52.0",
  "description": "XCP Protocol implementation on browser",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "files": [
    "dist"
  ],
  "scripts": {
    "build": "tsc",
    "clean": "rm -fr dist",
    "test": "./node_modules/.bin/mocha -r ./node_modules/ts-node/register test/**/*.spec.ts",
    "lint": "tslint"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/gkcity/xiot-core-xcp-browser-ts.git"
  },
  "keywords": [
    "xiot",
    "xcp"
  ],
  "author": "gkcity <178915185@gmail.com> (http://github.com/gkcity)",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/gkcity/xiot-core-xcp-browser-ts/issues"
  },
  "homepage": "https://github.com/gkcity/xiot-core-xcp-browser-ts#readme",
  "dependencies": {
    "xiot-core-xcp-ts": "^0.52.0"
  },
  "devDependencies": {
    "@types/chai": "^4.1.2",
    "@types/mocha": "^2.2.48",
    "async-file": "^2.0.2",
    "chai": "^4.1.2",
    "mocha": "^5.0.1",
    "ts-node": "^4.1.0",
    "tslint": "~5.9.1",
    "typescript": "^3.1.6",
    "typings": "^2.1.1"
  },
  "browser": {
    "crypto": false
  }
}
