-
Notifications
You must be signed in to change notification settings - Fork 71
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
8f95054
commit 5f5fe4d
Showing
1 changed file
with
1 addition
and
51 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,104 +1,54 @@ | ||
{ | ||
|
||
"name": "cordova-plugin-appsflyer-sdk", | ||
|
||
"version": "6.15.1-rc3", | ||
|
||
"version": "6.14.3", | ||
"description": "Cordova AppsFlyer SDK Plugin", | ||
|
||
"cordova": { | ||
|
||
"id": "cordova-plugin-appsflyer-sdk", | ||
|
||
"platforms": [ | ||
|
||
"android", | ||
|
||
"ios" | ||
|
||
] | ||
|
||
}, | ||
|
||
"repository": { | ||
|
||
"type": "git", | ||
|
||
"url": "git+https://github.com/AppsFlyerSDK/cordova-plugin-appsflyer-sdk.git" | ||
|
||
}, | ||
|
||
"keywords": [ | ||
|
||
"cordova", | ||
|
||
"appsflyer", | ||
|
||
"ecosystem:cordova", | ||
|
||
"cordova-android", | ||
|
||
"cordova-ios" | ||
|
||
], | ||
|
||
"engines": [ | ||
|
||
{ | ||
|
||
"name": "cordova", | ||
|
||
"version": ">=4.3.0" | ||
|
||
} | ||
|
||
], | ||
|
||
"author": "Appsflyer", | ||
|
||
"license": { | ||
|
||
"type": "MIT", | ||
|
||
"url": "https://github.com/AppsFlyerSDK/appsflyer-cordova-plugin/blob/master/LICENSE" | ||
|
||
}, | ||
|
||
"bugs": { | ||
|
||
"url": "https://github.com/AppsFlyerSDK/cordova-plugin-appsflyer-sdk/issues" | ||
|
||
}, | ||
|
||
"homepage": "https://github.com/AppsFlyerSDK/cordova-plugin-appsflyer-sdk#readme", | ||
|
||
"scripts": { | ||
|
||
"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", | ||
|
||
"setupIonicCordova": "cd examples/ionic-cordova; npm install; ionic cordova plugin rm cordova-plugin-appsflyer-sdk --save; ionic cordova platform rm android; ionic cordova platform rm ios; ionic cordova plugin add cordova-plugin-appsflyer-sdk --save; ionic cordova platform add android; ionic cordova platform add ios", | ||
|
||
"runIonicCordovaIos": "cd examples/ionic-cordova; ionic cordova prepare ios; ionic cordova run ios;", | ||
|
||
"runIonicCordovaAndroid": "cd examples/ionic-cordova; ionic cordova prepare android; ionic cordova run android;", | ||
|
||
"setupCordova": "cd examples/cordova; npm install; cordova plugin rm cordova-plugin-appsflyer-sdk --save; cordova platform rm android; cordova platform rm ios; cordova plugin add cordova-plugin-appsflyer-sdk --save; cordova platform add android; cordova platform add ios", | ||
|
||
"runCordovaIos": "cd examples/cordova; cordova prepare ios; cordova run ios;", | ||
|
||
"runCordovaAndroid": "cd examples/cordova; cordova prepare android; cordova run android;" | ||
|
||
}, | ||
|
||
"devDependencies": { | ||
|
||
"jshint": "^2.6.0" | ||
|
||
}, | ||
|
||
"dependencies": {} | ||
|
||
} | ||
|