-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
50 lines (50 loc) · 950 Bytes
/
package.json
File metadata and controls
50 lines (50 loc) · 950 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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
{
"name": "dialogsjs",
"description": "Diálogos para web. Alerta, confirmações, aguardando, menu, etc.",
"readmeFileName": "README.md",
"keywords": [
"dialog",
"alert",
"web",
"messages",
"confirm",
"jquery",
"dialogs"
],
"version": "0.1.8",
"author": {
"name": "Geidson Benício Coelho",
"email": "geidsonc@gmail.com"
},
"contributors": [
{
"name": "Denisson Leal",
"email": "denissonleal@gmail.com"
},
{
"name": "Leandrow",
"email": "leandrow01s@gmail.com"
}
],
"scripts": {
"prod": "gulp --production",
"dev": "gulp watch"
},
"repository": {
"type": "git",
"url": "https://github.com/geidsonbc/dialogs"
},
"bugs": {
"url": "https://github.com/geidsonbc/dialogs/issues"
},
"devDependencies": {
"gulp": "^3.9.1",
"gulp-autoprefixer": "^4.0.0",
"laravel-elixir": "^6.0.0-9",
"laravel-elixir-stylus": "^2.0.3"
},
"dependencies": {
"npm": "^6.0.0"
},
"license": "MIT"
}