forked from KiraLT/Bjax
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
49 lines (49 loc) · 1.01 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
{
"name": "bjax",
"title": "Bjax",
"description": "Ajax link system for modern website. Convert any link in your page to ajax link.",
"version": "1.0.2",
"keywords": [
"jquery",
"ajax",
"link",
"links",
"system",
"modern"
],
"homepage": "https://github.com/KiraLT/Bjax",
"author": {
"name": "KiraLT",
"url": "https://github.com/KiraLT"
},
"licenses": [
{
"type": "GNU",
"url": "https://github.com/KiraLT/Bjax/blob/master/LICENSE"
}
],
"repository": {
"type": "git",
"url": "git://github.com/KiraLT/Bjax.git"
},
"bugs": {
"url": "https://github.com/KiraLT/Bjax/issues"
},
"main": [
"dist/bjax.min.css",
"dist/bjax.min.js"
],
"dependencies": {
"jQuery": "*"
},
"devDependencies": {
"gulp": "^3.9.0",
"gulp-bower": "0.0.11",
"gulp-concat": "^2.6.0",
"gulp-minify-css": "^1.2.2",
"gulp-rename": "^1.2.2",
"gulp-sass": "^2.1.1",
"gulp-uglify": "^1.5.1",
"gulp-webserver": "^0.9.1"
}
}