mirror of
https://github.com/animate-css/animate.css.git
synced 2024-11-13 07:41:08 +01:00
53 lines
1.1 KiB
JSON
53 lines
1.1 KiB
JSON
{
|
|
"name": "animate.css",
|
|
"version": "3.5.2",
|
|
"main": "animate.css",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/daneden/animate.css.git"
|
|
},
|
|
"author": {
|
|
"name": "Daniel Eden"
|
|
},
|
|
"homepage": "http://daneden.me/animate",
|
|
"license": "MIT",
|
|
"style": "./animate.css",
|
|
"jspm": {
|
|
"main": "animate.css!",
|
|
"format": "global",
|
|
"directories": {
|
|
"lib": "./"
|
|
}
|
|
},
|
|
"devDependencies": {
|
|
"autoprefixer": "^6.3.2",
|
|
"cssnano": "^3.5.1",
|
|
"eslint": "^4.11.0",
|
|
"gulp": "^3.9.0",
|
|
"gulp-concat": "^2.6.0",
|
|
"gulp-header": "^1.7.1",
|
|
"gulp-postcss": "^6.1.0",
|
|
"gulp-rename": "^1.2.2",
|
|
"gulp-util": "^3.0.7",
|
|
"prettier": "^1.8.2",
|
|
"run-sequence": "^1.1.5"
|
|
},
|
|
"lint-staged": {
|
|
"*.{js,json,md,css}": ["prettier --write", "git add"]
|
|
},
|
|
"prettier": {
|
|
"bracketSpacing": false,
|
|
"printWidth": 80,
|
|
"proseWrap": false,
|
|
"singleQuote": true,
|
|
"tabWidth": 2,
|
|
"trailingComma": "all"
|
|
},
|
|
"scripts": {
|
|
"fix": "prettier --ignore-path .gitignore --write '**/*.{js,json,md,css}'",
|
|
"precommit": "lint-staged"
|
|
},
|
|
"spm": {
|
|
"main": "./animate.css"
|
|
}
|
|
}
|