{
  "name": "node-jieba",
  "version": "0.0.3",
  "description": "Node ver of [jieba](https://github.com/fxsjy/jieba).",
  "main": "lib/python.js",
  "scripts": {
    "test": "./node_modules/.bin/mocha -R spec -t 30000"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/Tjatse/node-jieba.git"
  },
  "keywords": [
    "jieba",
    "node jieba",
    "analyzer",
    "结巴",
    "分词"
  ],
  "author": "Tjatse",
  "license": "Apache, Version 2.0",
  "bugs": {
    "url": "https://github.com/Tjatse/node-jieba/issues"
  },
  "engines": [
    "node >= 0.10.0"
  ],
  "dependencies": {
    "lodash":"~2.4.1",
    "chalk": "~0.5.1"
  },
  "devDependencies": {
    "mocha": "^1.21.4",
    "chai": "^1.9.1",
    "async": "~0.9.0"
  },
  "readmeFilename": "README.md"
}
