{
  "name": "mesh",
  "version": "7.0.3",
  "description": "Data flow library for WHATWG streams",
  "main": "index.js",
  "scripts": {
    "test": "mocha ./lib/**/*.js",
    "build": "mkdir -p lib/streams/std; cp -R src/streams/std lib/streams; tsc --declaration",
    "clean": "rm -rf lib"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/crcn/mesh.js.git"
  },
  "author": "",
  "license": "ISC",
  "devDependencies": {
    "@types/node": "^7.0.29"
  }
}
