animate.css/package.json

54 lines
1.1 KiB
JSON
Raw Normal View History

{
"name": "animate.css",
2016-09-02 17:56:00 +02:00
"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",
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": "^7.1.6",
2016-02-11 19:15:33 +01:00
"cssnano": "^3.5.1",
2017-11-16 00:02:40 +01:00
"eslint": "^4.11.0",
"gulp": "^3.9.1",
2015-12-14 20:41:16 +01:00
"gulp-concat": "^2.6.0",
2015-12-14 20:43:29 +01:00
"gulp-header": "^1.7.1",
"gulp-postcss": "^7.0.0",
2015-12-14 20:43:29 +01:00
"gulp-rename": "^1.2.2",
2015-12-26 13:47:25 +01:00
"gulp-util": "^3.0.7",
2017-12-10 14:14:15 +01:00
"husky": "^0.14.3",
"lint-staged": "^6.0.0",
2017-12-10 14:18:20 +01:00
"prettier": "^1.9.1",
"run-sequence": "^2.2.0"
2014-05-19 07:26:49 +02:00
},
2017-11-16 00:02:40 +01:00
"lint-staged": {
2017-11-16 00:05:00 +01:00
"*.{js,json,md,css}": ["prettier --write", "git add"]
},
"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": {
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"
}
}