-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathBlapy.jquery.json
47 lines (47 loc) · 1.34 KB
/
Blapy.jquery.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
{
"name": "blapy",
"title": "jQuery plugin that helps you to manage ajax and single page web applications (SPA)",
"description": "Blapy is a jQuery plugin that helps you to create and manage ajax and single page web applications (SPA) with almost no javascript code to do it.",
"keywords": [
"jquery-plugin",
"ecosystem:jquery",
"Web App",
"Web applications",
"dynamic web",
"Ajax"
],
"version": "1.13.7",
"author": {
"name": "Emmanuel Podvin",
"url": "http://fr.linkedin.com/in/podvin"
},
"maintainers": [
{
"name": "Emmanuel Podvin",
"email": "jquery.ifsm@intersel.org",
"url": "http://www.intersel.fr"
}
],
"licenses": [
{
"type": "Intersel",
"url": "https://github.com/intersel/Blapy/blob/master/LICENSE"
}
],
"bugs": "https://github.com/intersel/Blapy/issues",
"homepage": "https://github.com/intersel/Blapy",
"docs": "https://github.com/intersel/Blapy/",
"repository": "https://github.com/intersel/Blapy/",
"demo": "http://www.intersel.net/demos/intersel/Blapy/demos/helloworld/",
"download": "https://github.com/intersel/Blapy/archive/master.zip",
"dependencies":
{
"jquery": ">=3.0",
"iFSM": ">=1.7",
"sammy": ">= 0.7",
"json2html": ">= 0.0",
"jquery.appear": ">=1.0",
"Mustache": ">=3.0.0",
"json5": ">=2.1.0"
}
}