-
Notifications
You must be signed in to change notification settings - Fork 303
/
package.json
66 lines (66 loc) · 1.8 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
{
"name": "alertifyjs",
"version": "1.14.0",
"description": "AlertifyJS is a javascript framework for developing pretty browser dialogs and notifications.",
"homepage": "http://alertifyjs.com",
"keywords": [
"alertifyjs",
"alert",
"confirm",
"prompt",
"dialog",
"alertify",
"javascript framework",
"pretty dialogs"
],
"author": "Mohammad Younes <[email protected]> (http://alertifyjs.com)",
"bugs": {
"url": "https://github.com/MohammadYounes/AlertifyJS/issues"
},
"repository": {
"type": "git",
"url": "[email protected]:MohammadYounes/AlertifyJS.git"
},
"main": "./build/alertify.js",
"style": "./build/css/alertify.css",
"devDependencies": {
"autoprefixer": "^9.8.8",
"docpad": "^6.79.4",
"docpad-plugin-eco": "~2.1.0",
"docpad-plugin-ghpages": "~2.4.3",
"docpad-plugin-highlightjs": "~2.2.2",
"docpad-plugin-livereload": "~2.6.0",
"docpad-plugin-marked": "~2.2.1",
"docpad-plugin-partials": "~2.9.1",
"grunt": "~0.4.1",
"grunt-banner": "~0.3.1",
"grunt-cli": "~0.1",
"grunt-contrib-clean": "~0.5.0",
"grunt-contrib-compress": "^2.0.0",
"grunt-contrib-concat": "~0.3.0",
"grunt-contrib-connect": "~0.5.0",
"grunt-contrib-copy": "x.x.x",
"grunt-contrib-cssmin": "x.x.x",
"grunt-contrib-jshint": "~0.6.4",
"grunt-contrib-less": "x.x.x",
"grunt-contrib-uglify": "~0.9.1",
"grunt-contrib-watch": "~0.5.3",
"grunt-postcss": "~0.8.0",
"grunt-rtlcss": "1.6.0"
},
"licenses": [
{
"type": "GPL 3",
"url": "https://opensource.org/licenses/gpl-3.0"
}
],
"browserslist": [
"last 2 versions"
],
"scripts": {
"start": "docpad run",
"build": "grunt",
"build:docs": "docpad generate",
"deploy": "docpad deploy-ghpages --env static"
}
}