UNPKG

738 BJSONView Raw
1{
2 "name": "cordova-serve",
3 "version": "0.1.1",
4 "description": "Apache Cordova server support for cordova-lib and cordova-browser.",
5 "main": "serve.js",
6 "repository": {
7 "type": "git",
8 "url": "https://github.com/TimBarham/cordova-serve.git"
9 },
10 "keywords": [
11 "cordova",
12 "server",
13 "apache"
14 ],
15 "author": "Tim Barham",
16 "license": "Apache version 2.0",
17 "bugs": {
18 "url": "https://github.com/TimBarham/cordova-serve/issues"
19 },
20 "homepage": "https://github.com/TimBarham/cordova-serve",
21 "dependencies": {
22 "combined-stream": "^1.0.3",
23 "d8": "^0.4.4",
24 "mime": "^1.2.11",
25 "q": "^1.4.1",
26 "shelljs": "^0.4.0"
27 },
28 "engines": {
29 "node": ">= 0.12.0",
30 "npm": ">= 2.5.1"
31 }
32}