Son CV dans un terminal web en Javascript!
https://terminal-cv.gregandev.fr
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
41 lines
1.0 KiB
41 lines
1.0 KiB
2 years ago
|
{
|
||
|
"name": "postcss-normalize-timing-functions",
|
||
|
"version": "5.0.1",
|
||
|
"description": "Normalize CSS animation/transition timing functions.",
|
||
|
"main": "dist/index.js",
|
||
|
"scripts": {
|
||
|
"prebuild": "del-cli dist",
|
||
|
"build": "cross-env BABEL_ENV=publish babel src --config-file ../../babel.config.json --out-dir dist --ignore \"**/__tests__/\"",
|
||
|
"prepublish": "yarn build"
|
||
|
},
|
||
|
"files": [
|
||
|
"LICENSE-MIT",
|
||
|
"dist"
|
||
|
],
|
||
|
"license": "MIT",
|
||
|
"dependencies": {
|
||
|
"cssnano-utils": "^2.0.1",
|
||
|
"postcss-value-parser": "^4.1.0"
|
||
|
},
|
||
|
"author": {
|
||
|
"name": "Ben Briggs",
|
||
|
"email": "beneb.info@gmail.com",
|
||
|
"url": "http://beneb.info"
|
||
|
},
|
||
|
"repository": "cssnano/cssnano",
|
||
|
"bugs": {
|
||
|
"url": "https://github.com/cssnano/cssnano/issues"
|
||
|
},
|
||
|
"homepage": "https://github.com/cssnano/cssnano",
|
||
|
"engines": {
|
||
|
"node": "^10 || ^12 || >=14.0"
|
||
|
},
|
||
|
"devDependencies": {
|
||
|
"postcss": "^8.2.15"
|
||
|
},
|
||
|
"peerDependencies": {
|
||
|
"postcss": "^8.2.15"
|
||
|
},
|
||
|
"gitHead": "28c247175032fa03f04911cde56ad82d74d211cc"
|
||
|
}
|