-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
38 lines (38 loc) · 1 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
{
"name": "materialize-bootbox",
"version": "1.0.0",
"description": "Bootbox like plugins for Materialize 1.0",
"repository": {
"type": "git",
"url": "git+https://github.com/iqbalfn/materialize-bootbox.git"
},
"keywords": [
"materializecss",
"bootbox",
"plugin",
"javascript"
],
"author": "Iqbal Fauzi <[email protected]> (https://iqbalfn.com/)",
"license": "MIT",
"bugs": {
"url": "https://github.com/iqbalfn/materialize-bootbox/issues"
},
"homepage": "https://materialize-bootbox.js.org/",
"dependencies": {
"grunt": "^1.3.0",
"grunt-contrib-concat": "^1.0.1",
"grunt-contrib-uglify": "^5.0.0",
"grunt-contrib-watch": "^1.1.0"
},
"devDependencies": {
"@babel/core": "^7.12.7",
"@babel/preset-env": "^7.12.7",
"babel-core": "^6.26.3",
"babel-preset-env": "^1.7.0",
"grunt-babel": "^8.0.0",
"grunt-banner": "^0.6.0",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-pug": "^2.0.0",
"load-grunt-tasks": "^5.1.0"
}
}