v-animate-css
Version:
Animate CSS for Vue.js 3
50 lines (49 loc) • 1.33 kB
JSON
{
"name": "v-animate-css",
"version": "1.0.1",
"description": "Animate CSS for Vue.js 3",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "rm -rf dist && webpack --progress --hide-modules",
"build:win": "del /f dist && webpack --progress --hide-modules",
"lint": "eslint --fix ./src"
},
"publishConfig": {
"access": "public"
},
"dependencies": {
"scrollmonitor": "^1.2.4"
},
"devDependencies": {
"babel-core": "^6.25.0",
"babel-loader": "^7.1.1",
"babel-preset-env": "^1.6.0",
"babel-preset-es2015": "^6.24.1",
"eslint": "^8.0.1",
"eslint-config-semistandard": "^17.0.0",
"eslint-config-standard": "^17.0.0",
"eslint-plugin-import": "^2.25.2",
"eslint-plugin-n": "^15.0.0",
"eslint-plugin-promise": "^6.0.0",
"eslint-plugin-vue": "^9.7.0",
"webpack": "^3.5.4"
},
"repository": {
"type": "git",
"url": "git+https://github.com/OSSPhilippines/v-animate-css.git"
},
"keywords": [
"vue",
"vuejs",
"animate",
"animationcss",
"animate-css"
],
"author": "jofftiquez@gmail.com",
"license": "MIT",
"bugs": {
"url": "https://github.com/OSSPhilippines/v-animate-css/issues"
},
"homepage": "https://github.com/OSSPhilippines/v-animate-css#readme"
}