{
  "name": "jqfy",
  "version": "1.4.4",
  "description": "Convert html to js function",
  "main": "index.js",
  "scripts": {
    "test": "mocha",
    "build": "rimraf dist && browserify index.js -d --s jqfy -o dist/jqfy.js && terser -c -o dist/jqfy.min.js dist/jqfy.js"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/smmoosavi/jqfy.git"
  },
  "keywords": [
    "jqfy",
    "jquery",
    "template",
    "view"
  ],
  "bin": {
    "jqfy": "./bin/jqfy"
  },
  "author": "smmoosavi",
  "license": "MIT",
  "config": {
    "blanket": {
      "pattern": "lib",
      "data-cover-never": "node_modules"
    }
  },
  "dependencies": {
    "cheerio": "0",
    "commander": "^3.0.0",
    "glob": "^7.1.3",
    "lodash": "^4.17.11"
  },
  "devDependencies": {
    "blanket": "^1.1.6",
    "browserify": "^16.2.3",
    "chai": "^4.2.0",
    "jquery": "^3.3.1",
    "mocha": "^6.2.0",
    "phantom": "^6.0.3",
    "puppeteer": "^1.11.0",
    "rimraf": "^3.0.0",
    "terser": "^4.1.4"
  }
}
