Issue 22: Please add package.json

Add package.json file and rename package id to follow npm convention.
This commit is contained in:
Michael Jordan
2015-09-25 08:10:39 -04:00
parent 3efce21dfd
commit e9af64bc44
4 changed files with 42 additions and 5 deletions

View File

@@ -1,8 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<plugin xmlns="http://apache.org/cordova/ns/plugins/1.0"
xmlns:android="http://schemas.android.com/apk/res/android"
id="com.phonegap.plugin.mobile-accessibility"
version="0.1.3">
id="phonegap-plugin-mobile-accessibility"
version="0.1.4-dev">
<name>Mobile Accessibility</name>
<description>PhoneGap Mobile Accessibility Plugin</description>
<license>Apache 2.0</license>
@@ -20,7 +20,7 @@
<clobbers target="MobileAccessibilityNotifications" />
</js-module>
<dependency id="cordova-plugin-device" url="https://github.com/apache/cordova-plugin-device.git" />
<dependency id="cordova-plugin-device" url="https://github.com/apache/cordova-plugin-device.git" />
<dependency id="cordova-plugin-network-information" url="https://github.com/apache/cordova-plugin-network-information.git" />
<!-- ios -->