{
  "name": "strtok2",
  "version": "1.2.1",
  "description": "A streaming tokenizer",
  "author": {
    "name": "Borewit",
    "url": "https://github.com/Borewit"
  },
  "contributors": [
    {
      "name": "Peter Griess",
      "email": "pg@std.in",
      "url": "https://github.com/pgriess"
    },
    {
      "name": "Andrew Kelley",
      "email": "superjoe30@gmail.com",
      "url": "https://github.com/andrewrk"
    }
  ],
  "scripts": {
    "compile": "tsc",
    "clean": "gulp clean",
    "prepare": "gulp",
    "mocha": "mocha --require ts-node/register test",
    "test": "gulp test"
  },
  "engines": {
    "node": ">=0.1.98"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/Borewit/strtok2"
  },
  "license": "BSD-3-Clause",
  "main": "./lib/index.js",
  "typings": "lib/index",
  "bugs": {
    "url": "https://github.com/Borewit/strtok2/issues"
  },
  "devDependencies": {
    "@types/chai": "^4.0.4",
    "@types/mocha": "^2.2.43",
    "@types/node": "^7.0.43",
    "chai": "^4.1.2",
    "debug": "^2.6.8",
    "del": "^3.0.0",
    "gulp": "^3.9.1",
    "gulp-clean": "^0.3.2",
    "gulp-mocha": "^4.3.1",
    "gulp-tsc": "^1.3.2",
    "mocha": "^3.5.3",
    "ts-node": "^3.3.0",
    "typescript": "^2.5.2",
    "typings": "^2.1.1"
  },
  "dependencies": {
    "token-types": "^0.1.2"
  },
  "keywords": [
    "tokenizer",
    "promise",
    "parser",
    "binary",
    "endian",
    "integer",
    "uint",
    "token",
    "read",
    "stream",
    "streaming"
  ]
}
