2013-11-12 00:32:40 +01:00
|
|
|
{
|
|
|
|
"name": "animate.css",
|
2019-05-29 03:54:10 +02:00
|
|
|
"version": "3.7.1",
|
2015-11-16 10:50:57 +01:00
|
|
|
"main": "animate.css",
|
2015-01-19 21:16:46 +01:00
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/daneden/animate.css.git"
|
|
|
|
},
|
2015-11-08 17:45:58 +01:00
|
|
|
"author": {
|
|
|
|
"name": "Daniel Eden"
|
|
|
|
},
|
2018-08-28 00:56:26 +02:00
|
|
|
"homepage": "https://daneden.github.io/animate.css/",
|
2015-08-09 13:23:24 +02:00
|
|
|
"license": "MIT",
|
2015-09-29 19:47:46 +02:00
|
|
|
"style": "./animate.css",
|
2015-07-06 16:34:17 +02:00
|
|
|
"jspm": {
|
2015-08-09 13:23:24 +02:00
|
|
|
"main": "animate.css!",
|
|
|
|
"format": "global",
|
2015-07-06 16:34:17 +02:00
|
|
|
"directories": {
|
2015-08-09 13:23:24 +02:00
|
|
|
"lib": "./"
|
2015-07-06 16:34:17 +02:00
|
|
|
}
|
2015-08-09 13:23:24 +02:00
|
|
|
},
|
2013-11-12 00:32:40 +01:00
|
|
|
"devDependencies": {
|
2018-07-24 00:25:37 +02:00
|
|
|
"autoprefixer": "^9.0.1",
|
|
|
|
"cssnano": "^4.0.3",
|
|
|
|
"eslint": "^5.2.0",
|
|
|
|
"gulp": "^4.0.0",
|
2018-07-19 03:24:17 +02:00
|
|
|
"gulp-concat": "^2.6.1",
|
|
|
|
"gulp-header": "^2.0.1",
|
2018-11-29 20:01:31 +01:00
|
|
|
"gulp-postcss": "^8.0.0",
|
2015-12-14 20:43:29 +01:00
|
|
|
"gulp-rename": "^1.2.2",
|
2018-07-19 03:24:17 +02:00
|
|
|
"gulp-util": "^3.0.8",
|
2018-11-29 20:01:31 +01:00
|
|
|
"husky": "^1.2.0",
|
|
|
|
"lint-staged": "^8.1.0",
|
2018-07-19 03:24:17 +02:00
|
|
|
"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": {
|
2018-07-21 16:52:03 +02:00
|
|
|
"*.{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": {
|
2018-07-24 00:25:37 +02:00
|
|
|
"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"
|
2013-11-12 00:32:40 +01:00
|
|
|
}
|
|
|
|
}
|