-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
23 lines (23 loc) · 804 Bytes
/
package.json
File metadata and controls
23 lines (23 loc) · 804 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
"name": "y",
"version": "2.0.0",
"description": "Simple Javascript plugin do display dynamic form popups with simple HTML Markups",
"main": "index.js",
"scripts": {
"build": "esbuild index.js --bundle --mangle-props=_$ --drop:console --format=iife --minify --sourcemap --target=chrome58,firefox57,safari11,edge16 --outfile=dist/formmodal.min.js && gzip -fk dist/formmodal.min.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/loftdeskdev/FormModal.git"
},
"author": "LoftDesk",
"license": "MIT",
"bugs": {
"url": "https://github.com/loftdeskdev/FormModal/issues"
},
"homepage": "https://github.com/loftdeskdev/FormModal#readme",
"devDependencies": {
"esbuild": "0.24.0"
}
}