Skip to content

Commit

Permalink
Remove package.json unused properties
Browse files Browse the repository at this point in the history
  • Loading branch information
Jorge Navarro committed May 25, 2020
1 parent 01da6a3 commit b3251d7
Showing 1 changed file with 1 addition and 37 deletions.
38 changes: 1 addition & 37 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,25 +1,4 @@
{
"_from": "github:okode/cordova-plugin-smart-lock",
"_id": "[email protected]",
"_inBundle": false,
"_integrity": "",
"_location": "/cordova-plugin-smart-lock",
"_phantomChildren": {},
"_requested": {
"type": "git",
"raw": "github:okode/cordova-plugin-smart-lock",
"rawSpec": "github:okode/cordova-plugin-smart-lock",
"saveSpec": "github:okode/cordova-plugin-smart-lock",
"fetchSpec": null,
"gitCommittish": null
},
"_requiredBy": [
"#DEV:/",
"#USER"
],
"_resolved": "github:okode/cordova-plugin-smart-lock#8d5b8d3a9e92d67d31853859cd7a0fc224bfda26",
"_spec": "github:okode/cordova-plugin-smart-lock",
"_where": "/Users/jnavarro/work/ionic-smartlock/smartlock",
"bugs": {
"url": "https://github.com/okode/cordova-plugin-smart-lock/issues"
},
Expand All @@ -33,10 +12,8 @@
"deprecated": false,
"description": "Cordova plugin to use Smart Lock on Android",
"devDependencies": {
"cordova-paramedic": "git+https://github.com/apache/cordova-paramedic.git",
"cordova-plugin-xml": "^0.1.2",
"eslint": "^6.5.1",
"jasmine": "^3.2.0"
"eslint": "^6.5.1"
},
"engines": {
"cordovaDependencies": {
Expand All @@ -63,19 +40,6 @@
"url": "git+https://github.com/okode/cordova-plugin-smart-lock.git"
},
"scripts": {
"eslint": "npx eslint www",
"plugin-version": "cordova-plugin-xml setVersion",
"test": "npm run eslint",
"test-android": "npx cordova-paramedic --platform android --plugin $(pwd)",
"test-appveyor": "npm run test-browser",
"test-browser": "npx cordova-paramedic --platform browser --plugin $(pwd)",
"test-ios": "npx cordova-paramedic --platform ios --plugin $(pwd) --verbose",
"test-local": "npm run test-browser && npm run test-android && npm run test-ios",
"test-saucelabs": "npm run test-saucelabs-ios && npm run test-saucelabs-android",
"test-saucelabs-android": "npx cordova-paramedic --config ./pr/android-7.0 --plugin $(pwd) --shouldUseSauce",
"test-saucelabs-ios": "npx cordova-paramedic --config ./pr/ios-10.0 --plugin $(pwd) --shouldUseSauce",
"test-travis": "npm run test-ios",
"test-windows": "npx cordova-paramedic --platform windows --plugin $(pwd)"
},
"version": "0.0.1"
}

0 comments on commit b3251d7

Please sign in to comment.