28 lines
851 B
JSON
Raw Normal View History

2015-11-24 14:04:16 -06:00
{
2015-11-27 23:05:15 -06:00
"name": "ionic-native",
2015-11-24 20:17:46 -06:00
"version": "1.0.7",
2015-11-24 18:10:34 -06:00
"description": "Native plugins for Cordova and Ionic with ES6+, Promise and Observable support",
2015-11-24 20:19:00 -06:00
"main": "dist/index.js",
2015-11-24 14:04:16 -06:00
"directories": {
"test": "test"
},
2015-11-29 19:54:45 -06:00
"dependencies": {
"@reactivex/rxjs": "^5.0.0-alpha.7"
},
2015-11-24 14:04:16 -06:00
"scripts": {
2015-11-24 16:37:29 -08:00
"test": "echo \"Error: no test specified\" && exit 1",
2015-11-30 12:34:54 -06:00
"build": "tsc -w --module commonjs --sourcemap --outDir dist/ --experimentalDecorators -d node_modules/@reactivex/rxjs/typings/es6-shim/es6-shim.d.ts src/index.ts --target ES5"
2015-11-24 14:04:16 -06:00
},
"repository": {
"type": "git",
2015-11-27 23:05:15 -06:00
"url": "https://github.com/driftyco/ionic-native.git"
2015-11-24 14:04:16 -06:00
},
"author": "",
2015-11-24 19:57:33 -06:00
"license": "MIT",
2015-11-24 14:04:16 -06:00
"bugs": {
2015-11-27 23:05:15 -06:00
"url": "https://github.com/driftyco/ionic-native/issues"
2015-11-24 14:04:16 -06:00
},
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
}