{
  "_args": [
    [
      "animate.css@3.6.1",
      "D:\\wamp\\www\\space"
    ]
  ],
  "_from": "animate.css@3.6.1",
  "_id": "animate.css@3.6.1",
  "_inBundle": false,
  "_integrity": "sha512-xEIzzKyQvQSIldgrtC2d/qptAEQLVlMb6xQrjQ6HU6NyGhF7LAIivRZVmhSAg4EICRASNiS+A1G+wvAKTCoC7A==",
  "_location": "/animate.css",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "animate.css@3.6.1",
    "name": "animate.css",
    "escapedName": "animate.css",
    "rawSpec": "3.6.1",
    "saveSpec": null,
    "fetchSpec": "3.6.1"
  },
  "_requiredBy": [
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/animate.css/-/animate.css-3.6.1.tgz",
  "_spec": "3.6.1",
  "_where": "D:\\wamp\\www\\space",
  "author": {
    "name": "Daniel Eden"
  },
  "bugs": {
    "url": "https://github.com/daneden/animate.css/issues"
  },
  "description": "_Just-add-water CSS animation_",
  "devDependencies": {
    "autoprefixer": "^7.1.6",
    "cssnano": "^3.5.1",
    "eslint": "^4.11.0",
    "gulp": "^3.9.1",
    "gulp-concat": "^2.6.0",
    "gulp-header": "^1.7.1",
    "gulp-postcss": "^7.0.0",
    "gulp-rename": "^1.2.2",
    "gulp-util": "^3.0.7",
    "husky": "^0.14.3",
    "lint-staged": "^6.0.0",
    "prettier": "^1.9.1",
    "run-sequence": "^2.2.0"
  },
  "homepage": "http://daneden.me/animate",
  "jspm": {
    "main": "animate.css!",
    "format": "global",
    "directories": {
      "lib": "./"
    }
  },
  "license": "MIT",
  "lint-staged": {
    "*.{js,json,md,css}": [
      "prettier --write",
      "git add"
    ]
  },
  "main": "animate.css",
  "name": "animate.css",
  "prettier": {
    "bracketSpacing": false,
    "proseWrap": "never",
    "singleQuote": true,
    "trailingComma": "all"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/daneden/animate.css.git"
  },
  "scripts": {
    "precommit": "lint-staged",
    "prettier": "prettier --write \"**/*.{js,json,md,css}\"",
    "start": "gulp"
  },
  "spm": {
    "main": "./animate.css"
  },
  "style": "./animate.css",
  "version": "3.6.1"
}
