forked from TheCocoaProject/ngcordova-wrapper-nativestorage
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbower.json
25 lines (25 loc) · 787 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
{
"name": "ngcordova-wrapper-nativestorage",
"version": "0.0.2",
"description": "AngelarJS (ngCordova) wrapper for NativeStorage",
"author": "Gilles Callebaut <gilles.callebaut.cs@gmail.com>",
"main": "src/ngcordova-wrapper-nativestorage.js",
"keywords": [
"cordova",
"device",
"storage",
"ecosystem:cordova",
"cordova-android",
"cordova-ios",
"cordova-browser",
"LocalStorage",
"NSUserDefaults",
"SharedPreferences",
"ngcordova"
],
"license": "Apache-2.0",
"bugs":{
"url" : "https://github.com/TheCocoaProject/ngcordova-wrapper-nativestorage/issues"
},
"homepage": "https://github.com/TheCocoaProject/ngcordova-wrapper-nativestorage#README.md"
}