diff --git a/package.json b/package.json new file mode 100644 index 0000000..c127dd4 --- /dev/null +++ b/package.json @@ -0,0 +1,27 @@ +{ + "name": "SharedPreferences", + "version": "0.1.0", + "description": "Shared Preferences", + "cordova": { + "id": "in.edelworks.sharedpreferences", + "platforms": [ + "android" + ] + }, + "repository": { + "type": "git", + "url": "git+https://github.com/kaclark28/SharedPreferences.git" + }, + "keywords": [ + "cordova", + "Android Shared Preferences", + "ecosystem:cordova", + "cordova-android" + ], + "author": "edelworksgithub", + "license": "Apache 2.0", + "bugs": { + "url": "https://github.com/kaclark28/SharedPreferences/issues" + }, + "homepage": "https://github.com/kaclark28/SharedPreferences#readme" +}