{
  "name": "node-rake",
  "version": "1.0.1",
  "description": "A NodeJS implementation of the Rapid Automatic Keyword Extraction algorithm.",
  "main": "app.js",
  "scripts": {
    "test": "jest"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/waseem18/node-rake.git"
  },
  "keywords": [
    "keyword-extraction"
  ],
  "author": "Wasim Thabraze",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/waseem18/node-rake/issues"
  },
  "homepage": "https://github.com/waseem18/node-rake#readme",
  "devDependencies": {
    "babel-jest": "^18.0.0",
    "babel-polyfill": "^6.23.0",
    "babel-preset-es2015": "^6.22.0",
    "eslint": "^4.4.0",
    "eslint-config-airbnb-base": "^11.3.1",
    "eslint-plugin-import": "^2.7.0",
    "jest": "^18.1.0"
  }
}
