{
  "name": "@easylogic/anipa",
  "version": "0.0.11",
  "description": "js animation library",
  "main": "dist/main.js",
  "directories": {
    "test": "test"
  },
  "dependencies": {},
  "devDependencies": {
    "@babel/core": "^7.4.4",
    "@babel/preset-env": "^7.4.4",
    "autoprefixer": "^9.5.1",
    "babel-loader": "^8.0.5",
    "babel-plugin-external-helpers": "^6.22.0",
    "copy-webpack-plugin": "^5.0.3",
    "file-loader": "^3.0.1",
    "html-loader": "^0.5.5",
    "html-webpack-plugin": "^3.2.0",
    "jest": "^24.8.0",
    "jest-cli": "^24.8.0",
    "jest-report": "^0.1.11",
    "webpack": "^4.30.0",
    "webpack-cli": "^3.3.1",
    "webpack-dev-server": "^3.3.1"
  },
  "scripts": {
    "build:web": "webpack --mode=production --progress",
    "build:ext": "webpack --mode=production --config=webpack.chrome-extension.config.js",
    "build:app": "webpack --mode=production --config=webpack.chrome-app.config.js",
    "build": "npm run build:web",
    "dev": "webpack-dev-server --config=webpack.dev.config.js --progress --open",
    "test": "NODE_ENV=test jest --watch"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/easylogic/anipa.git"
  },
  "keywords": [
    "dom",
    "js",
    "animation",
    "library"
  ],
  "author": "easylogic",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/easylogic/anipa/issues"
  },
  "homepage": "https://github.com/easylogic/anipa#readme"
}
