2015-11-25 04:04:16 +08:00
|
|
|
{
|
2015-11-25 06:55:31 +08:00
|
|
|
"name": "cordova-wrap",
|
2015-11-25 08:05:10 +08:00
|
|
|
"version": "1.0.3",
|
2015-11-25 04:04:16 +08:00
|
|
|
"description": "Native plugins to replace ngCordova",
|
2015-11-25 06:55:09 +08:00
|
|
|
"main": "dist/cordova-wrap.js",
|
2015-11-25 04:04:16 +08:00
|
|
|
"directories": {
|
|
|
|
"test": "test"
|
|
|
|
},
|
|
|
|
"dependencies": {
|
2015-11-25 06:55:09 +08:00
|
|
|
"babel-polyfill": "^6.2.0",
|
2015-11-25 04:04:16 +08:00
|
|
|
"babel-preset-es2015": "^6.1.18",
|
|
|
|
"babelify": "^7.2.0",
|
|
|
|
"browserify": "^12.0.1",
|
2015-11-25 06:55:09 +08:00
|
|
|
"es6-promise": "^3.0.2",
|
2015-11-25 04:04:16 +08:00
|
|
|
"gulp": "^3.9.0",
|
2015-11-25 06:55:09 +08:00
|
|
|
"gulp-babel": "^6.1.0",
|
2015-11-25 04:04:16 +08:00
|
|
|
"gulp-concat": "^2.6.0",
|
|
|
|
"gulp-connect": "^2.2.0",
|
2015-11-25 06:55:09 +08:00
|
|
|
"gulp-serve": "^1.2.0",
|
2015-11-25 04:04:16 +08:00
|
|
|
"gulp-sourcemaps": "^1.6.0",
|
|
|
|
"vinyl-buffer": "^1.0.0",
|
|
|
|
"vinyl-source-stream": "^1.1.0",
|
2015-11-25 06:55:09 +08:00
|
|
|
"watchify": "^3.6.1"
|
2015-11-25 04:04:16 +08:00
|
|
|
},
|
|
|
|
"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"
|
|
|
|
}
|