{
  "name": "alfred-flexible",
  "version": "3.0.1",
  "description": "h5适配方案",
  "main": "dist/alfred-flexible.min.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "build": "npm install && uglifyjs index.js -c -m -o ./dist/alfred-flexible.min.js",
    "pub": "np --no-cleanup --no-tests",
    "pub:beta": "np --tag=beta --no-cleanup --no-tests"
  },
  "files": [
    "dist"
  ],
  "author": "m_alfred",
  "license": "ISC",
  "devDependencies": {
    "uglify-js": "^3.6.0"
  },
  "engines": {
    "node": ">=0.0.0"
  },
  "publishConfig": {
    "registry": "https://registry.npmjs.org/"
  }
}
