forked from sweetalert2/sweetalert2
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
68 lines (68 loc) · 2.09 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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
{
"name": "sweetalert2",
"version": "6.6.9",
"repository": "limonte/sweetalert2",
"homepage": "https://limonte.github.io/sweetalert2/",
"description": "A beautiful, responsive, customizable and accessible (WAI-ARIA) replacement for JavaScript's popup boxes, supported fork of sweetalert",
"main": "dist/sweetalert2.js",
"jsnext:main": "src/sweetalert2.js",
"types": "sweetalert2.d.ts",
"devDependencies": {
"babel-plugin-external-helpers": "latest",
"babel-plugin-transform-object-assign": "latest",
"babel-preset-es2015": "latest",
"gulp": "latest",
"gulp-autoprefixer": "latest",
"gulp-clean-css": "latest",
"gulp-rename": "latest",
"gulp-rollup": "latest",
"gulp-sass": "latest",
"gulp-sass-lint": "latest",
"gulp-standard": "^8.0.0",
"gulp-uglify": "latest",
"rollup": "latest",
"rollup-plugin-babel": "latest",
"standard": "^8.0.0",
"testem": "latest",
"uglify-js": "latest"
},
"standard": {
"ignore": [
"dist/"
],
"global": [
"gemini",
"MutationObserver"
]
},
"files": [
"dist",
"src",
"sweetalert2.d.ts"
],
"author": "Limon Monte <[email protected]> (https://limonte.github.io)",
"contributors": [
"Johan Fagerberg (https://github.com/birjolaxew)",
"Morgan Touverey-Quilling <[email protected]> (https://github.com/toverux)",
"Sam Turrell <[email protected]> (http://samturrell.co.uk)",
"Tristan Edwards <[email protected]> (http://tristanedwards.me)",
"Leo Correa <[email protected]> (https://leonardocorrea.com/)",
"Joseph Schultz (https://github.com/acupajoe)"
],
"keywords": [
"sweetalert",
"sweetalert2",
"alert",
"prompt"
],
"engines": {
"node": ">=0.10.0"
},
"scripts": {
"test": "testem ci",
"assume-dist-unchanged": "git ls-files dist | tr '\\n' ' ' | xargs git update-index --assume-unchanged",
"no-assume-dist-unchanged": "git ls-files dist | tr '\\n' ' ' | xargs git update-index --no-assume-unchanged"
},
"bugs": "https://github.com/limonte/sweetalert2/issues",
"license": "MIT"
}