mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2025-01-19 08:32:52 +08:00
42 lines
1.0 KiB
JSON
42 lines
1.0 KiB
JSON
{
|
|
"name": "ionic-native",
|
|
"version": "1.0.0",
|
|
"description": "Native plugins to replace ngCordova",
|
|
"main": "dist/cordova-wrap.js",
|
|
"directories": {
|
|
"test": "test"
|
|
},
|
|
"dependencies": {
|
|
"babel-polyfill": "^6.2.0",
|
|
"babel-preset-es2015": "^6.1.18",
|
|
"babelify": "^7.2.0",
|
|
"browserify": "^12.0.1",
|
|
"es6-promise": "^3.0.2",
|
|
"gulp": "^3.9.0",
|
|
"gulp-babel": "^6.1.0",
|
|
"gulp-concat": "^2.6.0",
|
|
"gulp-connect": "^2.2.0",
|
|
"gulp-serve": "^1.2.0",
|
|
"gulp-sourcemaps": "^1.6.0",
|
|
"vinyl-buffer": "^1.0.0",
|
|
"vinyl-source-stream": "^1.1.0",
|
|
"watchify": "^3.6.1"
|
|
},
|
|
"devDependencies": {
|
|
"babel-preset-stage-0": "^6.1.18"
|
|
},
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/driftyco/ionic-native.git"
|
|
},
|
|
"author": "",
|
|
"license": "ISC",
|
|
"bugs": {
|
|
"url": "https://github.com/driftyco/ionic-native/issues"
|
|
},
|
|
"homepage": "https://github.com/driftyco/ionic-native"
|
|
}
|