{
  "name": "nalapa",
  "description": "Collection of NodeJS NLP Library for Bahasa Indonesia.",
  "version": "1.11.0",
  "license": "MIT",
  "main": "index.js",
  "keywords": [
    "natural language processing",
    "tokenizer",
    "stemmer",
    "bahasa",
    "indonesia"
  ],
  "author": {
    "name": "Ananta Pandu Wicaksana",
    "email": "anpandumail@gmail.com",
    "url": "http://twiter.com/anpandu"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/anpandu/nalapa.git"
  },
  "dependencies": {
    "lodash": "4.6.1"
  },
  "devDependencies": {
    "chai": "*",
    "mocha": "*"
  },
  "scripts": {
    "test": "mocha --recursive"
  }
}
