source: trip-planner-front/node_modules/postcss-double-position-gradients/package.json@ ceaed42

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

initial commit

  • Property mode set to 100644
File size: 1.6 KB
Line 
1{
2 "name": "postcss-double-position-gradients",
3 "version": "1.0.0",
4 "description": "Use double-position gradients in CSS",
5 "author": "Jonathan Neal <jonathantneal@hotmail.com>",
6 "license": "CC0-1.0",
7 "repository": "jonathantneal/postcss-double-position-gradients",
8 "homepage": "https://github.com/jonathantneal/postcss-double-position-gradients#readme",
9 "bugs": "https://github.com/jonathantneal/postcss-double-position-gradients/issues",
10 "main": "index.cjs.js",
11 "module": "index.es.mjs",
12 "files": [
13 "index.cjs.js",
14 "index.cjs.js.map",
15 "index.es.mjs",
16 "index.es.mjs.map"
17 ],
18 "scripts": {
19 "prepublishOnly": "npm test",
20 "pretest": "rollup -c .rollup.js --silent",
21 "test": "npm run test:js && npm run test:tape",
22 "test:js": "eslint *.js --cache --ignore-path .gitignore --quiet",
23 "test:tape": "postcss-tape"
24 },
25 "engines": {
26 "node": ">=6.0.0"
27 },
28 "dependencies": {
29 "postcss": "^7.0.5",
30 "postcss-values-parser": "^2.0.0"
31 },
32 "devDependencies": {
33 "@babel/core": "^7.1.2",
34 "@babel/plugin-syntax-dynamic-import": "^7.0.0",
35 "@babel/preset-env": "^7.1.0",
36 "babel-eslint": "^10.0.1",
37 "eslint": "^5.8.0",
38 "eslint-config-dev": "^2.0.0",
39 "postcss-tape": "^2.2.0",
40 "pre-commit": "^1.2.2",
41 "rollup": "^0.66.6",
42 "rollup-plugin-babel": "^4.0.3"
43 },
44 "eslintConfig": {
45 "extends": "dev",
46 "parser": "babel-eslint"
47 },
48 "keywords": [
49 "postcss",
50 "css",
51 "postcss-plugin",
52 "double",
53 "position",
54 "gradients",
55 "linear",
56 "radial",
57 "conic",
58 "color",
59 "stop",
60 "syntax",
61 "repeating"
62 ]
63}
Note: See TracBrowser for help on using the repository browser.