2013-06-04 12:45:30 +01:00
|
|
|
{
|
2013-06-04 12:53:49 +01:00
|
|
|
"name": "local-web-server",
|
2014-08-24 22:45:51 +01:00
|
|
|
"version": "0.5.14",
|
2014-06-16 22:42:21 +01:00
|
|
|
"description": "Lightweight static web server, zero configuration. Perfect for front-end devs.",
|
2013-06-04 12:53:49 +01:00
|
|
|
"bin": {
|
2014-05-01 11:28:15 +01:00
|
|
|
"ws": "./bin/ws.js"
|
|
|
|
},
|
|
|
|
"engines": {
|
|
|
|
"node": ">=0.10.0"
|
|
|
|
},
|
|
|
|
"scripts": {
|
|
|
|
"lint": "jshint bin/ws.js; echo;"
|
2013-06-04 12:53:49 +01:00
|
|
|
},
|
|
|
|
"repository": "https://github.com/75lb/local-web-server",
|
|
|
|
"author": "Lloyd Brookes",
|
2013-06-04 12:45:30 +01:00
|
|
|
"dependencies": {
|
2014-09-09 21:18:30 +02:00
|
|
|
"command-line-args": "~0.5.0",
|
2014-05-29 23:01:39 +01:00
|
|
|
"compression": "^1.0.2",
|
2014-06-13 17:20:25 +01:00
|
|
|
"config-master": "~0.2.0",
|
2014-05-01 11:28:15 +01:00
|
|
|
"connect": "^3.0.0",
|
2014-09-09 21:18:30 +02:00
|
|
|
"console-dope": "~0.3.0",
|
|
|
|
"home-path": "~0.1.1",
|
2014-05-01 11:28:15 +01:00
|
|
|
"morgan": "^1.0.0",
|
2014-06-13 21:45:50 +01:00
|
|
|
"object-tools": "^1.0.3",
|
2014-05-01 11:28:15 +01:00
|
|
|
"serve-index": "^1.0.2",
|
2014-06-09 21:45:05 +01:00
|
|
|
"serve-static": "^1.2.2",
|
2014-09-09 21:18:30 +02:00
|
|
|
"stream-log-stats": "~0.1.0",
|
2014-06-17 12:55:37 +01:00
|
|
|
"typical": "^1.0.0"
|
2014-08-24 22:42:59 +01:00
|
|
|
},
|
|
|
|
"local-web-server": {
|
2014-08-24 22:45:51 +01:00
|
|
|
"mime": {
|
|
|
|
"text/plain": [
|
|
|
|
"php"
|
|
|
|
]
|
|
|
|
}
|
2013-06-04 12:45:30 +01:00
|
|
|
}
|
|
|
|
}
|