mirror of
https://github.com/shuto-cn/cordova-plugin-inappbrowser.git
synced 2025-02-24 19:12:57 +08:00
parent
4543dec138
commit
066ba4c286
11
package.json
11
package.json
@ -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": {
|
||||||
|
Loading…
Reference in New Issue
Block a user