chore: edit package.json license to match SPDX id

See [NPM package.json spec for licenses](https://docs.npmjs.com/files/package.json#license) and [SPDX license IDs](https://spdx.org/licenses/)

X-ref: https://github.com/apache/cordova-plugin-device/pull/48
diff --git a/package.json b/package.json
index bbfaf07..e7e33b3 100644
--- a/package.json
+++ b/package.json
@@ -37,5 +37,5 @@
     "cordova-blackberry10"
   ],
   "author": "Apache Software Foundation",
-  "license": "Apache 2.0"
+  "license": "Apache-2.0"
 }