forked from igorizr1/wSQL
-
Notifications
You must be signed in to change notification settings - Fork 0
/
bower.json
51 lines (51 loc) · 1.03 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
42
43
44
45
46
47
48
49
50
51
{
"name": "angular-wsql",
"version": "0.8.5",
"homepage": "https://github.com/igorizr1/wSQL",
"authors": [
],
"description": "wSQL - angularJS active record module for WebSQLite database - database in the browser. U can persist your data for your PhoneGap HTML5 applications build with ionic or angular. Good solution for mobile applications with offline mode.",
"main": "dist/wSQL.min.js",
"keywords": [
"WebSQLite",
"angular",
"ionic",
"PhoneGap",
"angular-WebSQLite",
"HTML5",
"SQL",
"SQLite",
"wSQL",
"wSQL.db",
"wSQL_db",
"Database",
"DB",
"SQLite",
"local storage",
"local data",
"local",
"persist",
"storage",
"wsql",
"w-sql",
"mobile devices",
"mobile SQLite",
"PhoneGap SQLite",
"active",
"record",
"ORM"
],
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests",
"dev"
],
"dependencies": {
"angular": "~1.3.13"
}
}