{
  "name": "napps",
  "version": "1.9.8",
  "description": "Text searcher",
  "bin": "./bin/napps",
  "main": "index.js",
  "scripts": {
    "test": "mocha test/**/*.js"
  },
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com/ktfth/napps.git"
  },
  "keywords": [
    "text",
    "searcher"
  ],
  "author": "Kaique da Silva <kaeyosthaeron@gmail.com>",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/ktfth/nap/issues"
  },
  "homepage": "https://github.com/ktfth/nap#readme",
  "dependencies": {
    "jquery": "^3.4.1",
    "jsdom": "^15.1.1"
  }
}
