49 lines
1.0 KiB
JSON
49 lines
1.0 KiB
JSON
{
|
|
"name": "cordova-plugin-webserver",
|
|
"version": "1.0.0",
|
|
"description": "Cordova Plugin Webserver",
|
|
"homepage": "https://github.com/bykof/cordova-plugin-webserver/",
|
|
"author": {
|
|
"name": "Michael Bykovski"
|
|
},
|
|
"license": "Apache-2.0",
|
|
"cordova": {
|
|
"id": "cordova-plugin-webserver",
|
|
"platforms": [
|
|
"ios",
|
|
"android"
|
|
]
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/bykof/cordova-plugin-webserver"
|
|
},
|
|
"keywords": [
|
|
"cordova",
|
|
"ios",
|
|
"android",
|
|
"ecosystem:cordova",
|
|
"cordova-ios",
|
|
"cordova:plugin",
|
|
"webserver",
|
|
"http",
|
|
"request",
|
|
"response"
|
|
],
|
|
"devDependencies": {
|
|
"babel-cli": "^6.24.1",
|
|
"babel-core": "^6.25.0",
|
|
"babel-loader": "^7.1.1",
|
|
"babel-preset-env": "^1.6.0",
|
|
"babel-preset-es2015": "^6.24.1",
|
|
"babel-preset-stage-2": "^6.24.1",
|
|
"cordova": "^6.1.1"
|
|
},
|
|
"scripts": {
|
|
"build": "babel src/www --out-file webserver.js"
|
|
},
|
|
"dependencies": {
|
|
"universal-router": "^3.2.0"
|
|
}
|
|
}
|