Files
hiring-test-one/package.json

39 lines
849 B
JSON
Raw Normal View History

2013-06-04 12:45:30 +01:00
{
2013-06-04 12:53:49 +01:00
"name": "local-web-server",
2015-05-07 15:05:19 +01:00
"version": "0.5.19",
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": {
"ws": "./bin/ws.js"
},
2015-02-01 14:04:17 +00:00
"license": "MIT",
"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": {
2015-06-30 21:18:34 +01:00
"command-line-args": "^1",
2014-05-29 23:01:39 +01:00
"compression": "^1.0.2",
2015-03-17 23:10:51 +00:00
"config-master": "^1",
"connect": "^3.0.0",
2014-09-09 21:18:30 +02:00
"console-dope": "~0.3.0",
2015-06-30 21:18:34 +01:00
"home-path": "^1",
"morgan": "^1.0.0",
2015-06-30 21:18:34 +01:00
"object-tools": "^2",
2015-03-17 23:10:51 +00:00
"serve-index": "^1.6.3",
2015-01-16 00:22:16 +00:00
"serve-static": "^1.8",
2015-05-07 15:05:17 +01:00
"stream-log-stats": "^1",
2015-06-30 21:18:34 +01:00
"typical": "^2.0.0"
},
"local-web-server": {
2014-08-24 22:45:51 +01:00
"mime": {
"text/plain": [
"php"
]
}
2013-06-04 12:45:30 +01:00
}
}