-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathbower.json
33 lines (33 loc) · 823 Bytes
/
bower.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
{
"name": "domajax",
"version": "2.1.3",
"homepage": "http://domajax.fuz.org",
"description": "Domajax is a free jQuery plugin that give you tools to add ajax calls within your application, without a piece of javascript.",
"main": [
"js/jquery.domajax.js"
],
"keywords": [
"domajax",
"ajax",
"jquery",
"plugin",
"javascript",
"dom",
"html"
],
"authors": [
"Alain Tiemblo"
],
"repository": {
"type": "git",
"url": "git://github.com/ninsuo/domajax.git"
},
"bugs": "https://github.com/ninsuo/domajax/issues",
"license": "MIT",
"ignore": ["*", "!js/jquery.domajax.js"],
"dependencies": {
"jquery": ">=1.7.2",
"jquery.ui": "*",
"json2-js": "*"
}
}