-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 731 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 731 Bytes
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
{
"name": "alertwizjs",
"version": "1.0.0",
"description": "A library for creating custom popups in javascript for browsers.",
"main": "index.js",
"scripts": {
"build": "node compiler.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/DebAxom/AlertWizJs.git"
},
"author": "Deb Axom",
"license": "ISC",
"bugs": {
"url": "https://github.com/DebAxom/AlertWizJs/issues"
},
"homepage": "https://github.com/DebAxom/AlertWizJs#readme",
"devDependencies": {
"@babel/preset-env": "^7.14.5",
"@rollup/plugin-babel": "^5.3.0",
"rollup": "^2.51.2",
"rollup-plugin-terser": "^7.0.2",
"sass": "^1.34.1"
},
"dependencies": {
"@babel/core": "^7.14.5"
}
}