forked from philfung/add-to-homescreen
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 1000 Bytes
/
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
{
"name": "add-to-homescreen",
"version": "1.0.0",
"description": "A simple JavaScript library to show a popup encouraging users to add a website to their home screen.",
"main": "src/index.js",
"scripts": {
"build": "webpack",
"start": "http-server -c-1 -p 8081"
},
"repository": {
"type": "git",
"url": "git+https://github.com/yourusername/add-to-homescreen.git"
},
"keywords": [
"homescreen",
"add",
"popup"
],
"author": "Your Name <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/yourusername/add-to-homescreen/issues"
},
"homepage": "https://github.com/yourusername/add-to-homescreen#readme",
"dependencies": {
"add-to-homescreen": "^3.2.6",
"copy-webpack-plugin": "^11.0.0"
},
"devDependencies": {
"css-loader": "^6.6.0",
"html-webpack-plugin": "^5.5.0",
"http-server": "^14.1.1",
"mini-css-extract-plugin": "^2.4.8",
"webpack": "^5.68.0",
"webpack-cli": "^4.9.1"
}
}