{
  "name": "sscan",
  "description": "String scanner.",
  "version": "0.2.0",
  "homepage": "https://github.com/qiu8310/sscan",
  "bugs": "https://github.com/qiu8310/sscan/issues",
  "license": "MIT",
  "main": "src/sscan.js",
  "author": {
    "name": "Zhonglei Qiu",
    "email": "qiuzhongleiabc@126.com"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/qiu8310/sscan"
  },
  "keywords":[
    "sscan",
    "string",
    "scanner",
    "tokenizer",
    "analysis"
  ],
  "dependencies": {},
  "devDependencies": {
    "gulp": "^3.8.8",
    "gulp-jscs": "^1.6.0",
    "gulp-jshint": "^1.9.4",
    "gulp-mocha": "^2.0.0",
    "gulp-istanbul": "^0.8.1",
    "coveralls": "^2.11.1",
    "should": "^6.0.1",
    "jshint-stylish": "^1.0.1",
    "gulp-load-plugins": "^0.10.0",
    "webpack": "^1.8.9",
    "gulp-plumber": "^1.0.0"
  },
  
  "scripts": {
    "coveralls": "gulp test && cat coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js",
    "test": "gulp test"
  }
}
