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 5cb2498..e2a206a 100644
--- a/package.json
+++ b/package.json
@@ -39,5 +39,5 @@
     "cordova-firefoxos"
   ],
   "author": "Apache Software Foundation",
-  "license": "Apache 2.0"
+  "license": "Apache-2.0"
 }