{
  "name": "sscan",
  "version": "0.2.0",
  "homepage": "https://github.com/qiu8310/sscan",
  "authors": {
    "name": "Zhonglei Qiu",
    "email": "qiuzhongleiabc@126.com"
  },
  "description": "String scanner.",
  "main": "browser/sscan.js",
  "moduleType": [
    "globals"
  ],
  "keywords": [
    "sscan",
    "string",
    "scanner",
    "tokenizer",
    "analysis"
  ],
  "license": "MIT",
  "ignore": [
    "**/.*",
    "*.sh",
    "gulpfile.js",
    "node_modules",
    "bower_components",
    "test",
    "example",
    "jsdoc.json",
    "src",
    "docs",
    "coverage",
    "gh-pages",
    "tests"
  ]
}
