CB-10866: Adding engine requirements to package.json

This closes #155
This commit is contained in:
Richard Knoll 2016-03-14 11:41:10 -07:00
parent 4543dec138
commit 066ba4c286

View File

@ -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": {