1
0
mirror of https://github.com/S2-/gitlit synced 2025-08-02 20:30:05 +02:00
Files
gitlit/app/node_modules/animate.css/package.json
2019-06-06 15:44:24 +02:00

88 lines
2.1 KiB
JSON

{
"_from": "animate.css@^3.5.2",
"_id": "animate.css@3.7.2",
"_inBundle": false,
"_integrity": "sha512-0bE8zYo7C0KvgOYrSVfrzkbYk6IOTVPNqkiHg2cbyF4Pq/PXzilz4BRWA3hwEUBoMp5VBgrC29lQIZyhRWdBTw==",
"_location": "/animate.css",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "animate.css@^3.5.2",
"name": "animate.css",
"escapedName": "animate.css",
"rawSpec": "^3.5.2",
"saveSpec": null,
"fetchSpec": "^3.5.2"
},
"_requiredBy": [
"/"
],
"_resolved": "https://registry.npmjs.org/animate.css/-/animate.css-3.7.2.tgz",
"_shasum": "e73e0d50e92cb1cfef1597d9b38a9481020e08ea",
"_spec": "animate.css@^3.5.2",
"_where": "F:\\projects\\p\\gitlit\\app",
"author": {
"name": "Daniel Eden"
},
"bugs": {
"url": "https://github.com/daneden/animate.css/issues"
},
"bundleDependencies": false,
"deprecated": false,
"description": "_Just-add-water CSS animation_",
"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",
"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"
},
"homepage": "https://daneden.github.io/animate.css/",
"jspm": {
"main": "animate.css!",
"format": "global",
"directories": {
"lib": "./"
}
},
"license": "MIT",
"lint-staged": {
"*.{js,json,md,css}": [
"prettier --write",
"git add"
]
},
"main": "animate.css",
"name": "animate.css",
"prettier": {
"bracketSpacing": false,
"proseWrap": "never",
"singleQuote": true,
"trailingComma": "all"
},
"repository": {
"type": "git",
"url": "git+https://github.com/daneden/animate.css.git"
},
"scripts": {
"gulp": "./node_modules/gulp/bin/gulp.js",
"precommit": "lint-staged",
"prettier": "prettier --write \"**/*.{js,json,md,css}\"",
"start": "gulp"
},
"spm": {
"main": "./animate.css"
},
"style": "./animate.css",
"version": "3.7.2"
}