mirror of
https://github.com/apache/cordova-plugin-statusbar.git
synced 2025-01-19 09:22:50 +08:00
parent
b448166624
commit
16c653747e
11
package.json
11
package.json
@ -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": {
|
||||||
|
Loading…
Reference in New Issue
Block a user