animate.css/package.json

59 lines
1.2 KiB
JSON
Raw Normal View History

{
"name": "animate.css",
2019-06-05 00:35:59 +02:00
"version": "3.7.2",
"main": "animate.css",
"repository": {
"type": "git",
"url": "https://github.com/daneden/animate.css.git"
},
"author": {
"name": "Daniel Eden"
},
2018-08-28 00:56:26 +02:00
"homepage": "https://daneden.github.io/animate.css/",
"license": "MIT",
"style": "./animate.css",
2015-07-06 16:34:17 +02:00
"jspm": {
"main": "animate.css!",
"format": "global",
2015-07-06 16:34:17 +02:00
"directories": {
"lib": "./"
2015-07-06 16:34:17 +02:00
}
},
"devDependencies": {
"autoprefixer": "^9.0.1",
"cssnano": "^4.0.3",
"eslint": "^5.2.0",
"gulp": "^4.0.0",
"gulp-concat": "^2.6.1",
"gulp-header": "^2.0.1",
"gulp-postcss": "^8.0.0",
2015-12-14 20:43:29 +01:00
"gulp-rename": "^1.2.2",
"gulp-util": "^3.0.8",
"husky": "^1.2.0",
"lint-staged": "^8.1.0",
"prettier": "^1.10.2",
"run-sequence": "^2.2.1"
2014-05-19 07:26:49 +02:00
},
2017-11-16 00:02:40 +01:00
"lint-staged": {
"*.{js,json,md,css}": [
"prettier --write",
"git add"
]
2017-11-16 00:05:00 +01:00
},
"prettier": {
"bracketSpacing": false,
2017-12-10 14:18:20 +01:00
"proseWrap": "never",
2017-11-16 00:05:00 +01:00
"singleQuote": true,
"trailingComma": "all"
2017-11-16 00:02:40 +01:00
},
"scripts": {
"gulp": "./node_modules/gulp/bin/gulp.js",
2018-01-25 17:51:29 +01:00
"start": "gulp",
2017-12-10 14:22:56 +01:00
"prettier": "prettier --write \"**/*.{js,json,md,css}\"",
2017-11-16 00:02:40 +01:00
"precommit": "lint-staged"
},
2014-05-19 07:26:49 +02:00
"spm": {
"main": "./animate.css"
}
}