summaryrefslogtreecommitdiff
path: root/StoneIsland/plugins/cordova-plugin-device/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'StoneIsland/plugins/cordova-plugin-device/package.json')
-rw-r--r--[-rwxr-xr-x]StoneIsland/plugins/cordova-plugin-device/package.json24
1 files changed, 20 insertions, 4 deletions
diff --git a/StoneIsland/plugins/cordova-plugin-device/package.json b/StoneIsland/plugins/cordova-plugin-device/package.json
index 388b81d5..1357f229 100755..100644
--- a/StoneIsland/plugins/cordova-plugin-device/package.json
+++ b/StoneIsland/plugins/cordova-plugin-device/package.json
@@ -1,6 +1,6 @@
{
"name": "cordova-plugin-device",
- "version": "1.0.1",
+ "version": "1.1.3",
"description": "Cordova Device Plugin",
"cordova": {
"id": "cordova-plugin-device",
@@ -16,7 +16,8 @@
"wp8",
"windows8",
"windows",
- "browser"
+ "browser",
+ "osx"
]
},
"repository": {
@@ -38,8 +39,23 @@
"cordova-wp8",
"cordova-windows8",
"cordova-windows",
- "cordova-browser"
+ "cordova-browser",
+ "cordova-osx"
],
+ "scripts": {
+ "test": "npm run jshint",
+ "jshint": "node node_modules/jshint/bin/jshint www && node node_modules/jshint/bin/jshint src && node node_modules/jshint/bin/jshint tests"
+ },
"author": "Apache Software Foundation",
- "license": "Apache 2.0"
+ "license": "Apache-2.0",
+ "engines": {
+ "cordovaDependencies": {
+ "2.0.0": {
+ "cordova": ">100"
+ }
+ }
+ },
+ "devDependencies": {
+ "jshint": "^2.6.0"
+ }
}