44 lines
1.1 KiB
JSON
Raw Normal View History

2015-11-24 14:04:16 -06:00
{
2015-11-24 16:55:31 -06:00
"name": "cordova-wrap",
2015-11-24 18:10:34 -06:00
"version": "1.0.4",
"description": "Native plugins for Cordova and Ionic with ES6+, Promise and Observable support",
2015-11-24 16:55:09 -06:00
"main": "dist/cordova-wrap.js",
2015-11-24 14:04:16 -06:00
"directories": {
"test": "test"
},
"dependencies": {
2015-11-24 16:55:09 -06:00
"babel-polyfill": "^6.2.0",
2015-11-24 14:04:16 -06:00
"babel-preset-es2015": "^6.1.18",
"babelify": "^7.2.0",
"browserify": "^12.0.1",
2015-11-24 16:55:09 -06:00
"es6-promise": "^3.0.2",
2015-11-24 14:04:16 -06:00
"gulp": "^3.9.0",
2015-11-24 16:55:09 -06:00
"gulp-babel": "^6.1.0",
2015-11-24 14:04:16 -06:00
"gulp-concat": "^2.6.0",
"gulp-connect": "^2.2.0",
2015-11-24 16:55:09 -06:00
"gulp-serve": "^1.2.0",
2015-11-24 14:04:16 -06:00
"gulp-sourcemaps": "^1.6.0",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0",
2015-11-24 16:55:09 -06:00
"watchify": "^3.6.1"
2015-11-24 14:04:16 -06:00
},
"devDependencies": {
"babel-preset-stage-0": "^6.1.18"
},
"scripts": {
2015-11-24 16:37:29 -08:00
"test": "echo \"Error: no test specified\" && exit 1",
"build": "rm -rf dist && tsc"
2015-11-24 14:04:16 -06:00
},
"repository": {
"type": "git",
"url": "https://github.com/driftyco/ionic-native.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/driftyco/ionic-native/issues"
},
2015-11-24 16:37:29 -08:00
"homepage": "https://github.com/driftyco/ionic-native",
"typings": "./dist/index.d.ts"
2015-11-24 14:04:16 -06:00
}