2017-07-07 18:41:22 +08:00
|
|
|
{
|
|
|
|
"name": "cordova-plugin-webserver",
|
2018-01-25 18:14:43 +08:00
|
|
|
"version": "1.0.1",
|
2017-07-12 01:50:51 +08:00
|
|
|
"description": "Cordova Plugin Webserver",
|
|
|
|
"homepage": "https://github.com/bykof/cordova-plugin-webserver/",
|
2017-07-07 18:41:22 +08:00
|
|
|
"author": {
|
|
|
|
"name": "Michael Bykovski"
|
|
|
|
},
|
|
|
|
"license": "Apache-2.0",
|
|
|
|
"cordova": {
|
|
|
|
"id": "cordova-plugin-webserver",
|
|
|
|
"platforms": [
|
|
|
|
"ios",
|
|
|
|
"android"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
2017-07-12 01:50:51 +08:00
|
|
|
"url": "https://github.com/bykof/cordova-plugin-webserver"
|
2017-07-07 18:41:22 +08:00
|
|
|
},
|
|
|
|
"keywords": [
|
|
|
|
"cordova",
|
|
|
|
"ios",
|
|
|
|
"android",
|
|
|
|
"ecosystem:cordova",
|
|
|
|
"cordova-ios",
|
|
|
|
"cordova:plugin",
|
|
|
|
"webserver",
|
|
|
|
"http",
|
|
|
|
"request",
|
|
|
|
"response"
|
|
|
|
],
|
|
|
|
"devDependencies": {
|
2018-01-25 18:27:52 +08:00
|
|
|
"babel-cli": "^6.26.0",
|
|
|
|
"babel-core": "^6.26.0",
|
|
|
|
"babel-preset-env": "^1.6.1",
|
2017-07-12 16:44:44 +08:00
|
|
|
"babel-preset-es2015": "^6.24.1",
|
|
|
|
"babel-preset-stage-2": "^6.24.1",
|
2018-01-25 18:27:52 +08:00
|
|
|
"cordova": "^8.0.0"
|
2017-07-07 18:41:22 +08:00
|
|
|
},
|
|
|
|
"scripts": {
|
2017-07-21 20:11:16 +08:00
|
|
|
"build": "./node_modules/babel-cli/bin/babel.js src/www/webserver.js --out-file webserver.js"
|
2017-07-21 19:52:10 +08:00
|
|
|
},
|
|
|
|
"browser": {
|
|
|
|
"cordova": false
|
2017-07-12 16:44:44 +08:00
|
|
|
},
|
2017-07-21 17:13:38 +08:00
|
|
|
"dependencies": {
|
2018-01-25 18:27:52 +08:00
|
|
|
"universal-router": "^5.1.0"
|
2017-07-21 17:13:38 +08:00
|
|
|
}
|
2017-07-07 18:41:22 +08:00
|
|
|
}
|