awesome-cordova-plugins/package.json

47 lines
1.3 KiB
JSON
Raw Normal View History

2015-11-25 04:04:16 +08:00
{
2015-11-28 13:05:15 +08:00
"name": "ionic-native",
2015-12-02 10:39:02 +08:00
"version": "1.0.8",
2015-11-25 08:10:34 +08:00
"description": "Native plugins for Cordova and Ionic with ES6+, Promise and Observable support",
2015-11-25 10:19:00 +08:00
"main": "dist/index.js",
2015-11-25 04:04:16 +08:00
"directories": {
"test": "test"
},
2015-11-30 09:54:45 +08:00
"dependencies": {
"@reactivex/rxjs": "^5.0.0-alpha.7"
},
"devDependencies": {
"canonical-path": "0.0.2",
"cpr": "^1.0.0",
"dgeni": "^0.4.2",
"dgeni-packages": "^0.10.18",
"glob": "^6.0.4",
"gulp": "~3.9.0",
"lodash": "3.10.1",
"minimist": "^1.1.3",
"mkdirp": "^0.5.1",
"node-html-encoder": "0.0.2",
"q": "1.4.1",
"semver": "^5.0.1",
"typescript": "^1.7.5"
},
2015-11-25 04:04:16 +08:00
"scripts": {
2015-11-25 08:37:29 +08:00
"test": "echo \"Error: no test specified\" && exit 1",
2015-12-02 03:33:08 +08:00
"build": "tsc --module commonjs --sourcemap --outDir dist/ --experimentalDecorators -d node_modules/@reactivex/rxjs/typings/es6-shim/es6-shim.d.ts src/index.ts --target ES5",
"build_bundle": "npm run-script build && browserify dist/index.js > dist/ionic.native.js"
2015-11-25 04:04:16 +08:00
},
"repository": {
"type": "git",
2015-11-28 13:05:15 +08:00
"url": "https://github.com/driftyco/ionic-native.git"
2015-11-25 04:04:16 +08:00
},
"author": "",
2015-11-25 09:57:33 +08:00
"license": "MIT",
2015-11-25 04:04:16 +08:00
"bugs": {
2015-11-28 13:05:15 +08:00
"url": "https://github.com/driftyco/ionic-native/issues"
2015-11-25 04:04:16 +08:00
},
2015-11-25 08:37:29 +08:00
"homepage": "https://github.com/driftyco/ionic-native",
"typings": "./dist/index.d.ts",
"devDependencies": {
"browserify": "^13.0.0"
}
2015-11-25 04:04:16 +08:00
}