phonegap / phonegap-mobile-accessibility

PhoneGap plugin to expose mobile accessibility APIs.
Apache License 2.0
145 stars 94 forks source link

Please add package.json #22

Closed tuanhai12h closed 9 years ago

tuanhai12h commented 9 years ago

Hi team,

The cordova-plugin updated, so the git package must have package.json file.

Please update it soon.

Thanks, Hanux

shazron commented 9 years ago

This requires a package id rename from: com.phonegap.plugin.mobile-accessibility to an npm convention. Perhaps: phonegap-plugin-mobile-accessibility

Crib off this: https://github.com/phonegap/phonegap-plugin-contentsync/blob/master/package.json

tuanhai12h commented 9 years ago

Thanks, I want this plug-in https://github.com/phonegap/phonegap-mobile-accessibility have the package.json file. Because I using Meteor apps, so all plugin is can not load from local (or I don't know ways to do it)

Hope the owner apps can update it soon.

shazron commented 9 years ago

The README already shows you how to add it from the repo. cordova plugin add https://github.com/phonegap/phonegap-mobile-accessibility.git

Please use that for now

majornista commented 9 years ago

Should be fixed now.