source: trip-planner-front/node_modules/postcss-replace-overflow-wrap/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.3 KB
Line 
1{
2 "name": "postcss-replace-overflow-wrap",
3 "version": "3.0.0",
4 "description": "PostCSS plugin to replace overflow-wrap with word-wrap or optionally retain both declarations.",
5 "keywords": [
6 "postcss",
7 "css",
8 "postcss-plugin",
9 "overflow-wrap",
10 "word-wrap"
11 ],
12 "author": "Matthias Müller <MattDiMu@users.noreply.github.com>",
13 "license": "MIT",
14 "repository": "MattDiMu/postcss-replace-overflow-wrap",
15 "bugs": {
16 "url": "https://github.com/MattDiMu/postcss-replace-overflow-wrap/issues"
17 },
18 "homepage": "https://github.com/MattDiMu/postcss-replace-overflow-wrap",
19 "files": [
20 "index.js"
21 ],
22 "dependencies": {
23 "postcss": "^7.0.2"
24 },
25 "devDependencies": {
26 "ava": "^0.25.0",
27 "eslint": "^5.3.0",
28 "eslint-config-logux": "^24.0.0",
29 "eslint-config-postcss": "^3.0.3",
30 "eslint-config-standard": "^11.0.0",
31 "eslint-plugin-es5": "^1.3.1",
32 "eslint-plugin-import": "^2.13.0",
33 "eslint-plugin-jest": "^21.20.1",
34 "eslint-plugin-node": "^7.0.1",
35 "eslint-plugin-promise": "^3.8.0",
36 "eslint-plugin-security": "^1.4.0",
37 "eslint-plugin-standard": "^3.1.0"
38 },
39 "scripts": {
40 "test": "ava && eslint *.js"
41 },
42 "eslintConfig": {
43 "extends": "eslint-config-postcss/es5",
44 "rules": {
45 "max-len": 0,
46 "es5/no-modules": false
47 }
48 }
49}
Note: See TracBrowser for help on using the repository browser.