{
  "name": "ctower-iconfonts",
  "version": "1.0.0",
  "description": "component iconfont save",
  "main": "index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "build": "node extractIconName.js",
    "prepublishOnly": "npm run update-version",
    "publish": "npm publish",
    "update-version": "node updateVersion.js"
  },
  "keywords": [],
  "author": "",
  "license": "ISC",
  "dependencies": {
    "cheerio": "^1.0.0-rc.12"
  }
}
