From d4ed0adb0880cec50c4ad1ca3caef13e9becef45 Mon Sep 17 00:00:00 2001 From: Clark Keith Date: Fri, 16 Jun 2017 15:00:52 -0500 Subject: [PATCH] adding package.json --- package.json | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 package.json 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" +}