CB-10866: Adding engine info to package.json

This closes #52
This commit is contained in:
Richard Knoll 2016-03-14 12:03:21 -07:00
parent b448166624
commit 16c653747e

View File

@ -30,12 +30,13 @@
"test": "npm run jshint", "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" "jshint": "node node_modules/jshint/bin/jshint www && node node_modules/jshint/bin/jshint src && node node_modules/jshint/bin/jshint tests"
}, },
"engines": [ "engines": {
{ "cordovaDependencies": {
"name": "cordova", "0.1.0": {
"version": ">=3.0.0" "cordova": ">=3.0.0"
}
} }
], },
"author": "Apache Software Foundation", "author": "Apache Software Foundation",
"license": "Apache-2.0", "license": "Apache-2.0",
"devDependencies": { "devDependencies": {