diff --git a/package.json b/package.json index 57e5369..f2e2c3a 100644 --- a/package.json +++ b/package.json @@ -41,12 +41,13 @@ "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" }, - "engines": [ - { - "name": "cordova", - "version": ">=3.1.0" + "engines": { + "cordovaDependencies": { + "0.2.3": { + "cordova": ">=3.1.0" + } } - ], + }, "author": "Apache Software Foundation", "license": "Apache-2.0", "devDependencies": {