source: trip-planner-front/node_modules/postcss-normalize-timing-functions/package.json@ 6c1585f

Last change on this file since 6c1585f was 6a3a178, checked in by Ema <ema_spirova@…>, 3 years ago

initial commit

  • Property mode set to 100644
File size: 1.0 KB
Line 
1{
2 "name": "postcss-normalize-timing-functions",
3 "version": "5.0.1",
4 "description": "Normalize CSS animation/transition timing functions.",
5 "main": "dist/index.js",
6 "scripts": {
7 "prebuild": "del-cli dist",
8 "build": "cross-env BABEL_ENV=publish babel src --config-file ../../babel.config.json --out-dir dist --ignore \"**/__tests__/\"",
9 "prepublish": "yarn build"
10 },
11 "files": [
12 "LICENSE-MIT",
13 "dist"
14 ],
15 "license": "MIT",
16 "dependencies": {
17 "cssnano-utils": "^2.0.1",
18 "postcss-value-parser": "^4.1.0"
19 },
20 "author": {
21 "name": "Ben Briggs",
22 "email": "beneb.info@gmail.com",
23 "url": "http://beneb.info"
24 },
25 "repository": "cssnano/cssnano",
26 "bugs": {
27 "url": "https://github.com/cssnano/cssnano/issues"
28 },
29 "homepage": "https://github.com/cssnano/cssnano",
30 "engines": {
31 "node": "^10 || ^12 || >=14.0"
32 },
33 "devDependencies": {
34 "postcss": "^8.2.15"
35 },
36 "peerDependencies": {
37 "postcss": "^8.2.15"
38 },
39 "gitHead": "28c247175032fa03f04911cde56ad82d74d211cc"
40}
Note: See TracBrowser for help on using the repository browser.