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", "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.2.3": {
"version": ">=3.1.0" "cordova": ">=3.1.0"
}
} }
], },
"author": "Apache Software Foundation", "author": "Apache Software Foundation",
"license": "Apache-2.0", "license": "Apache-2.0",
"devDependencies": { "devDependencies": {