From 16c653747ebd82874ab55ce7b53976955357e24e Mon Sep 17 00:00:00 2001 From: Richard Knoll Date: Mon, 14 Mar 2016 12:03:21 -0700 Subject: [PATCH] CB-10866: Adding engine info to package.json This closes #52 --- package.json | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) 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": {