mirror of
https://github.com/bykof/cordova-plugin-webserver.git
synced 2026-04-20 00:02:45 +08:00
Write first class, make tests and took a coffee to understand freaking cordova-plugin ecosystem
This commit is contained in:
@@ -0,0 +1,39 @@
|
||||
{
|
||||
"name": "cordova-plugin-webserver",
|
||||
"version": "1.0.0",
|
||||
"description": "Cordova Webserver",
|
||||
"homepage": "",
|
||||
"author": {
|
||||
"name": "Michael Bykovski"
|
||||
},
|
||||
"license": "Apache-2.0",
|
||||
"cordova": {
|
||||
"id": "cordova-plugin-webserver",
|
||||
"platforms": [
|
||||
"ios",
|
||||
"android"
|
||||
]
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": ""
|
||||
},
|
||||
"keywords": [
|
||||
"cordova",
|
||||
"ios",
|
||||
"android",
|
||||
"ecosystem:cordova",
|
||||
"cordova-ios",
|
||||
"cordova:plugin",
|
||||
"webserver",
|
||||
"http",
|
||||
"request",
|
||||
"response"
|
||||
],
|
||||
"devDependencies": {
|
||||
"cordova": "^6.1.1"
|
||||
},
|
||||
"scripts": {
|
||||
"deploy": "cd tests/app && cordova run --device"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user