-
Notifications
You must be signed in to change notification settings - Fork 14
/
package.json
43 lines (43 loc) · 1.13 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
{
"name": "alerty",
"version": "0.0.2",
"scripts": {
"build": "gulp"
},
"main": "alerty.js",
"description": "A simple, light and pretty pure javascript for developing browser dialogs and notifications which is following Google's Material Design guidelines. Obviously, it is responsive and no need other library",
"repository": {
"type": "git",
"url": "git+https://github.com/undead25/alerty.git"
},
"keywords": [
"alertyjs",
"alerty",
"alert",
"confirm",
"dialog",
"toasts",
"prompt"
],
"author": "undead25",
"license": "MIT",
"bugs": {
"url": "https://github.com/undead25/alerty/issues"
},
"homepage": "https://github.com/undead25/alerty#readme",
"devDependencies": {
"browser-sync": "^2.13.0",
"gulp": "^3.9.1",
"gulp-autoprefixer": "^3.1.0",
"gulp-clean-css": "^2.0.10",
"gulp-header": "^1.8.7",
"gulp-jshint": "^2.0.1",
"gulp-postcss": "^6.1.1",
"gulp-rename": "^1.2.2",
"gulp-sass": "^3.2.1",
"gulp-uglify": "^1.5.4",
"jshint": "^2.9.2",
"postcss-background-rgba": "^1.0.3",
"postcss-color-rgba-fallback": "^2.2.0"
}
}