-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
52 lines (52 loc) · 1.15 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
{
"name": "toastmejs",
"version": "1.2.7",
"description": "Web notifications and dialogs with pure javascript",
"main": "./dist/js/toastme.js",
"author": {
"name": "alexsegen",
"url": "https://pixelagil.com",
"twitter": "https://twitter.com/pixelagil"
},
"scripts": {
"dev": "cross-env NODE_ENV=development gulp",
"prod": "cross-env NODE_ENV=production gulp"
},
"keywords": [
"toast",
"notifications",
"notify",
"alerts",
"javascript"
],
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/alexsegen/toastmejs.git"
},
"devDependencies": {
"babel-core": "^6.26.3",
"babel-preset-env": "^1.7.0",
"browser-sync": "^2.26.7",
"del": "3.0.0",
"gulp": "4.0.0",
"gulp-autoprefixer": "6.0.0",
"gulp-babel": "^7.0.1",
"gulp-concat": "^2.6.1",
"gulp-cssnano": "2.1.3",
"gulp-flatmap": "1.0.2",
"gulp-header": "2.0.5",
"gulp-jshint": "2.1.0",
"gulp-optimize-js": "1.1.0",
"gulp-rename": "1.4.0",
"gulp-sass": "4.0.2",
"gulp-svgmin": "2.1.0",
"gulp-terser": "1.1.7",
"jshint": "2.9.6",
"jshint-stylish": "2.2.1",
"lazypipe": "1.0.1"
},
"dependencies": {
"cross-env": "^5.2.0"
}
}