-
-
Notifications
You must be signed in to change notification settings - Fork 9
/
package.json
executable file
·95 lines (95 loc) · 3.4 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
{
"name": "@ptkdev/webcomponent-instagram-widget",
"description": "Last 9 Photos: Instagram Widget of your Instagram Profile for your blog. Show latest 9 pics from your instagram account. (Unofficial Instagram Widget)",
"version": "2.9.0",
"main": "dist/lib/en/instagram-widget.min.js",
"author": "Patryk Rzucidło [@ptkdev] <support@ptkdev.io> (https://ptk.dev)",
"license": "MIT",
"license-docs": "CC BY 4.0",
"license-translations": "CC BY 4.0",
"license-images": "CC BY-NC 4.0",
"homepage": "https://github.com/ptkdev-components/webcomponent-instagram-widget",
"docs": "https://docs.github.com/ptkdev-components/webcomponent-instagram-widget",
"repository": {
"type": "git",
"url": "https://github.com/ptkdev-components/webcomponent-instagram-widget.git"
},
"bugs": {
"url": "https://github.com/ptkdev-components/webcomponent-instagram-widget/issues"
},
"scripts": {
"dev": "gulp start --build=\"dev\"",
"release": "rm -rf dist && npm run dist && node scripts/release.js && gulp wordpress-plugin && cd dist/wordpress/ && zip -r instagram-widget-wordpress-plugin.zip *",
"dist": "gulp dist --build=\"dev\"",
"build": "gulp release --build=\"prod\"",
"example": "serve examples",
"clean": "rm -rf node_modules package-lock.json && npm install",
"update": "rm -f package-lock.json && npm update",
"lint": "eslint ./ --cache --ignore-pattern .gitignore",
"lint-fix": "eslint ./ --cache --ignore-pattern .gitignore --fix",
"git-set-upstream": "git remote add upstream git@github.com:ptkdev-components/webcomponent-instagram-widget.git && git fetch upstream",
"git-pull-upstream": "git pull upstream master && git pull upstream beta && git pull upstream nightly",
"git-pull": "git pull --recursive",
"git-ignore-reset": "git rm -r --cached . && git add . && git commit -m \"[Fix] Removing all files in .gitignore\"",
"npm-publish-master": "git checkout master && npm publish",
"npm-publish-beta": "git checkout beta && npm publish --tag beta",
"npm-publish-nightly": "git checkout nightly && npm publish --tag nightly",
"docs": "git submodule update --recursive && markserv ./README.md",
"contributors-generate": "all-contributors generate",
"pkg-update": "npm update",
"pkg-upgrade": "npx npm-check-updates -u && npm install"
},
"keywords": [
"ptkdev",
"webcomponents",
"webcomponent",
"HTMLElement",
"CustomElements",
"instagram",
"instagram photos",
"instagram box",
"instagram last photos",
"instagram widget",
"instagram photo widget",
"ig",
"ig photos",
"ig box",
"ig last photos",
"ig widget"
],
"engines": {
"node": ">=12.0.0"
},
"devDependencies": {
"@ptkdev/all-shields-cli": "^1.2.0",
"@ptkdev/logger": "^1.7.2",
"all-contributors-cli": "^6.20.0",
"browser-sync": "^2.26.14",
"eslint": "^7.21.0",
"eslint-plugin-jest": "^24.1.5",
"eslint-plugin-jsdoc": "^32.2.0",
"express": "^4.17.1",
"express-session": "^1.17.1",
"gulp": "^4.0.2",
"gulp-clean-css": "^4.3.0",
"gulp-concat": "^2.6.1",
"gulp-data": "^1.3.1",
"gulp-nodemon": "^2.5.0",
"gulp-nunjucks": "^5.1.0",
"gulp-nunjucks-render": "^2.2.3",
"gulp-rename": "^2.0.0",
"gulp-run": "^1.7.1",
"gulp-sass": "^4.1.0",
"gulp-terser": "^2.0.1",
"jest": "^26.6.3",
"json": "^10.0.0",
"markserv": "^1.17.4",
"node-fetch": "^2.6.1",
"pm2": "^4.5.5",
"serve": "^11.3.2",
"yargs": "^16.2.0"
},
"contributors": [
"Emanuele Fricano <emanuelefricano93@gmail.com>"
]
}