-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathpackage.json
36 lines (35 loc) · 1003 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
{
"name": "materialize-box",
"version": "0.0.4",
"dependencies": {
},
"scripts": {
"minify": "gulp"
},
"description": "Mbox is a quick, simple, lightweight solution to creating Alert, Confirmation, Prompt, and Custom dialogs. Inspired in many ways by [bootbox.js for Bootstrap](https://github.com/makeusabrew/bootbox), Mbox is designed to work in the same way, but with [MaterializeCSS](https://github.com/dogfalo/materialize) as its frontend framework.",
"main": "src/mbox.js",
"directories": {
"test": "tests"
},
"devDependencies": {
"gulp": "3.9.1",
"gulp-clean-css": "3.7.0",
"gulp-uglify": "3.0.0",
"gulp-rename": "1.2.2"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ebrian/mbox.git"
},
"keywords": [
"mbox",
"material",
"design"
],
"author": "ebrian",
"license": "ISC",
"bugs": {
"url": "https://github.com/ebrian/mbox/issues"
},
"homepage": "https://github.com/ebrian/mbox#readme"
}