{
  "name": "animate.css-jquery",
  "version": "1.0.1",
  "description": "Javascript(jQuery) helper for animate.css, let the animation in the JavaScript to use more simple.",
  "main": "src/animate.jquery.js",
  "browser": "lib/animate.jquery.min.js",
  "scripts": {
    "build": "npm run lint && uglifyjs src/animate.jquery.js -o dist/animate.jquery.min.js --source-map dist/animate.jquery.min.js.map --source-map-url animate.jquery.min.js.map --source-map-include-sources -p 1 -m -c",
    "start": "open example/index.html",
    "lint": "./node_modules/.bin/eslint --no-eslintrc -c .eslintrc src/",
    "publish": "npm publish --registry=https://registry.npmjs.org/"
  },
  "dependencies": {
    "jquery": "*"
  },
  "devDependencies": {
    "babel-eslint": "^8.0.1",
    "eslint": "^4.9.0",
    "uglify-js": "^2.7.3"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/lzwme/animate.css-jquery.git"
  },
  "keywords": [
    "animate",
    "animate.css",
    "jQuery",
    "umd",
    "commonjs"
  ],
  "author": "lzwme",
  "maintainers": [
    {
      "name": "renxia",
      "url": "https://lzw.me"
    }
  ],
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/lzwme/animate.css-jquery/issues"
  },
  "homepage": "https://github.com/lzwme/animate.css-jquery"
}
