2013-11-12 00:32:40 +01:00
|
|
|
{
|
|
|
|
"name": "animate.css",
|
2016-09-02 17:56:00 +02:00
|
|
|
"version": "3.5.2",
|
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"
|
|
|
|
},
|
2015-11-08 17:46:17 +01:00
|
|
|
"homepage": "http://daneden.me/animate",
|
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": {
|
2017-12-10 04:18:47 +01:00
|
|
|
"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",
|
2017-12-10 04:18:47 +01:00
|
|
|
"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",
|
2017-12-10 04:18:47 +01:00
|
|
|
"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-11-16 00:02:40 +01:00
|
|
|
"prettier": "^1.8.2",
|
2017-12-10 04:18:47 +01:00
|
|
|
"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-11-16 00:20:46 +01:00
|
|
|
"printWidth": 120,
|
2017-11-16 00:05:00 +01:00
|
|
|
"proseWrap": false,
|
|
|
|
"singleQuote": true,
|
|
|
|
"tabWidth": 2,
|
|
|
|
"trailingComma": "all"
|
2017-11-16 00:02:40 +01:00
|
|
|
},
|
|
|
|
"scripts": {
|
2017-11-16 00:23:57 +01:00
|
|
|
"prettier": "prettier --ignore-path .gitignore --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
|
|
|
}
|
|
|
|
}
|