{
  "name": "nodejieba-fix",
  "description": "this is a test package,don't download it",
  "version": "2.2.6",
  "author": "Yanyi Wu <i@yanyiwu.com>",
  "maintainers": [
    "Yanyi Wu <i@yanyiwu.com>"
  ],
  "main": "./index.js",
  "engines": {
    "node": ">= 0.10.0",
    "iojs": ">= 1.0.0"
  },
  "repository": {
    "type": "git",
    "url": "http://github.com/yanyiwu/nodejieba.git"
  },
  "keywords": [
    "chinese",
    "segment",
    "cppjieba",
    "jieba",
    "中文分词",
    "结巴分词"
  ],
  "dependencies": {
    "bindings": "^1.3.0",
    "nan": "^2.3.5",
    "node-gyp": "^3.6.2"
  },
  "devDependencies": {
    "mocha": "~2.4.5",
    "should": "~8.3.1",
    "istanbul": "~0.4.1",
    "coveralls": "~2.11.6"
  },
  "scripts": {
    "test": "node test/demo.js && node test/load_dict_demo.js && mocha --timeout 10s -R spec test/test.js && mocha --timeout 10s -R spec test/load_dict_test.js"
  },
  "license": "MIT"
}
