forked from julien-maurel/jQuery-Storage-API
-
Notifications
You must be signed in to change notification settings - Fork 0
/
bower.json
41 lines (41 loc) · 1.01 KB
/
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
34
35
36
37
38
39
40
41
{
"name": "jQuery-Storage-API",
"title": "jQuery Storage API",
"version": "1.7.2",
"main": "jquery.storageapi.js",
"description": "jQuery Storage API is a plugin that simplify access to storages (HTML5) & cookies, add namespace storage functionality and provide compatiblity for old browsers with cookies!",
"keywords": [
"jquery",
"storage",
"html5",
"localStorage",
"sessionStorage",
"cookie",
"namespace"
],
"author": {
"name": "Julien Maurel",
"url": "https://github.com/julien-maurel"
},
"licenses": [
{
"type": "MIT",
"url": "http://www.opensource.org/licenses/mit-license.php"
}
],
"homepage": "https://github.com/julien-maurel/jQuery-Storage-API",
"bugs": "https://github.com/julien-maurel/jQuery-Storage-API/issues",
"repository": {
"type": "git",
"url": "git://github.com/julien-maurel/jQuery-Storage-API.git"
},
"ignore": [
"Jasmine",
"/*.md",
"/*.txt",
"/*.json"
],
"dependencies": {
"jquery": ">=1.4"
}
}