|
1 | 1 | {
|
2 |
| - "name": "@micropackage/responsive-embeds", |
3 |
| - "description": "Makes any embed responsive, no markup changes required.", |
4 |
| - "version": "1.0.1", |
5 |
| - "main": "dist/responsive-embeds.js", |
6 |
| - "author": "Wojtek Szałkiewicz <[email protected]>", |
7 |
| - "license": "GPL-3.0-or-later", |
8 |
| - "homepage": "https://github.com/micropackage/responsive-embeds", |
9 |
| - "keywords": [ |
10 |
| - "responsive", |
11 |
| - "fluid", |
12 |
| - "rwd", |
13 |
| - "fitvids", |
14 |
| - "embeds", |
15 |
| - "video", |
16 |
| - "media", |
17 |
| - "iframe", |
18 |
| - "youtube", |
19 |
| - "vimeo" |
20 |
| - ], |
21 |
| - "repository": { |
22 |
| - "type": "git", |
23 |
| - "url": "https://github.com/micropackage/responsive-embeds.git" |
24 |
| - }, |
25 |
| - "bugs": { |
26 |
| - "url": "https://github.com/micropackage/responsive-embeds/issues" |
27 |
| - }, |
28 |
| - "publishConfig": { |
29 |
| - "access": "public" |
30 |
| - }, |
31 |
| - "devDependencies": { |
32 |
| - "@babel/core": "^7.17.5", |
33 |
| - "@babel/preset-env": "^7.16.11", |
34 |
| - "@wordpress/eslint-plugin": "^10.0.2", |
35 |
| - "babel-eslint": "^10.0.3", |
36 |
| - "babel-loader": "^8.2.3", |
37 |
| - "eslint": "^8.10.0", |
38 |
| - "webpack": "^5.70.0", |
39 |
| - "webpack-cli": "^4.9.2" |
40 |
| - }, |
41 |
| - "scripts": { |
42 |
| - "build": "webpack --mode=production", |
43 |
| - "dev": "webpack --mode=development", |
44 |
| - "start": "webpack --mode=development --watch", |
45 |
| - "lint": "eslint .", |
46 |
| - "lint-fix": "eslint . --fix" |
47 |
| - }, |
48 |
| - "eslintConfig": { |
49 |
| - "extends": [ |
50 |
| - "plugin:@wordpress/eslint-plugin/esnext" |
51 |
| - ], |
52 |
| - "parserOptions": { |
53 |
| - "ecmaVersion": 11 |
54 |
| - }, |
55 |
| - "env": { |
56 |
| - "browser": true, |
57 |
| - "es2020": true |
58 |
| - }, |
59 |
| - "ignorePatterns": [ |
60 |
| - "dist/" |
61 |
| - ] |
62 |
| - } |
| 2 | + "name": "@micropackage/responsive-embeds", |
| 3 | + "description": "Makes any embed responsive, no markup changes required.", |
| 4 | + "version": "1.0.2", |
| 5 | + "main": "dist/responsive-embeds.js", |
| 6 | + "author": "Wojtek Szałkiewicz <[email protected]>", |
| 7 | + "license": "GPL-3.0-or-later", |
| 8 | + "homepage": "https://github.com/micropackage/responsive-embeds", |
| 9 | + "keywords": [ |
| 10 | + "responsive", |
| 11 | + "fluid", |
| 12 | + "rwd", |
| 13 | + "fitvids", |
| 14 | + "embeds", |
| 15 | + "video", |
| 16 | + "media", |
| 17 | + "iframe", |
| 18 | + "youtube", |
| 19 | + "vimeo" |
| 20 | + ], |
| 21 | + "repository": { |
| 22 | + "type": "git", |
| 23 | + "url": "https://github.com/micropackage/responsive-embeds.git" |
| 24 | + }, |
| 25 | + "bugs": { |
| 26 | + "url": "https://github.com/micropackage/responsive-embeds/issues" |
| 27 | + }, |
| 28 | + "publishConfig": { |
| 29 | + "access": "public" |
| 30 | + }, |
| 31 | + "devDependencies": { |
| 32 | + "@babel/core": "^7.17.5", |
| 33 | + "@babel/preset-env": "^7.16.11", |
| 34 | + "@wordpress/eslint-plugin": "^10.0.2", |
| 35 | + "babel-eslint": "^10.0.3", |
| 36 | + "babel-loader": "^8.2.3", |
| 37 | + "eslint": "^8.10.0", |
| 38 | + "webpack": "^5.70.0", |
| 39 | + "webpack-cli": "^4.9.2" |
| 40 | + }, |
| 41 | + "scripts": { |
| 42 | + "build": "webpack --mode=production", |
| 43 | + "dev": "webpack --mode=development", |
| 44 | + "start": "webpack --mode=development --watch", |
| 45 | + "lint": "eslint .", |
| 46 | + "lint-fix": "eslint . --fix" |
| 47 | + }, |
| 48 | + "eslintConfig": { |
| 49 | + "extends": [ |
| 50 | + "plugin:@wordpress/eslint-plugin/esnext" |
| 51 | + ], |
| 52 | + "parserOptions": { |
| 53 | + "ecmaVersion": 11 |
| 54 | + }, |
| 55 | + "env": { |
| 56 | + "browser": true, |
| 57 | + "es2020": true |
| 58 | + }, |
| 59 | + "ignorePatterns": [ |
| 60 | + "dist/" |
| 61 | + ] |
| 62 | + } |
63 | 63 | }
|
0 commit comments