cordova-plugin-webserver/package.json
2017-07-21 13:52:10 +02:00

51 lines
1.1 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-preset-env": "^1.6.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-stage-2": "^6.24.1",
"cordova": "^6.1.1"
},
"scripts": {
"build": "./node_modules/babel-cli/bin/babel.js src/www --out-file webserver.js"
},
"browser": {
"cordova": false
},
"dependencies": {
"universal-router": "^3.2.0"
}
}