cordova-plugin-webserver/package.json

39 lines
729 B
JSON
Raw Normal View History

{
"name": "cordova-plugin-webserver",
"version": "1.0.0",
2017-07-12 01:50:51 +08:00
"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",
2017-07-12 01:50:51 +08:00
"url": "https://github.com/bykof/cordova-plugin-webserver"
},
"keywords": [
"cordova",
"ios",
"android",
"ecosystem:cordova",
"cordova-ios",
"cordova:plugin",
"webserver",
"http",
"request",
"response"
],
"devDependencies": {
"cordova": "^6.1.1"
},
"scripts": {
}
}