diff --git a/package.json b/package.json index b92fd03..f51a44b 100644 --- a/package.json +++ b/package.json @@ -30,12 +30,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.0.0" + "engines": { + "cordovaDependencies": { + "0.1.0": { + "cordova": ">=3.0.0" + } } - ], + }, "author": "Apache Software Foundation", "license": "Apache-2.0", "devDependencies": {