{
  "name": "stream-token-parser",
  "version": "0.0.5",
  "description": "Token parser designed based on stream property. Accept chunk string and parse it into tokens simultaneously.\n[readme-lang:zh]基于流特性设计的token解析器，接受一个chunk的字符串，同时解析成tokens。",
  "main": "index.js",
  "scripts": {
    "test": "mocha test/**/*.js",
    "cover": "istanbul cover _mocha"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/LoveKino/stream-token-parser.git"
  },
  "keywords": [
    "token",
    "parser",
    "stream",
    "chunk",
    "simultaneously"
  ],
  "author": "ddchen",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/LoveKino/stream-token-parser/issues"
  },
  "homepage": "https://github.com/LoveKino/stream-token-parser#readme",
  "devDependencies": {
    "istanbul": "^0.4.5",
    "mocha": "^3.1.2",
    "readme-builder": "0.0.12"
  },
  "dependencies": {
    "basetype": "^0.1.4",
    "bolzano": "0.0.1",
    "cl-fsm": "0.0.3"
  }
}
