{
  "name": "usync",
  "version": "0.0.18",
  "description": "A lightweight library used for serial task control",
  "main": "dist/Usync.js",
  "scripts": {
    "dev": "node build/build.js -d",
    "build": "node build/build.js -p",
    "devtool": "devtool examples/index.js --watch",
    "example": "node examples/index.js",
    "help": "node build/help.js",
    "test": "./node_modules/.bin/mocha -r ./node_modules/ts-node/register src/__test__/**/*.ts"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/toxichl/usync.git"
  },
  "unpkg": "dist/Usync.js",
  "typings": "types/src/core/index.ts",
  "devDependencies": {
    "@types/chai": "^4.0.1",
    "@types/mocha": "^2.2.41",
    "chai": "^4.1.0",
    "chalk": "^2.0.1",
    "figlet": "^1.2.0",
    "mocha": "^3.4.2",
    "ora": "^1.3.0",
    "shelljs": "^0.7.8",
    "ts-loader": "^2.2.2",
    "ts-node": "^3.2.0",
    "typescript": "^2.4.1",
    "webpack": "^3.1.0",
    "webpack-merge": "^4.1.0",
    "yargs": "^7.0.2"
  },
  "author": "toxichl",
  "license": "MIT"
}