UNPKG

@tdb/web

Version:

Common condiguration for serving a web-site and testing web-based UI components.

33 lines (32 loc) 1.01 kB
{ "name": "http-status", "version": "1.0.1", "description": "Interact with HTTP status code", "homepage": "http://www.adaltas.com/projects/node-http-status", "author": "David Worms <david@adaltas.com>", "keywords": ["http", "express", "connect"], "license": "BSD-3-Clause", "repository": { "type": "git", "url": "https://github.com/wdavidw/node-http-status" }, "bugs": { "email": "open@adaltas.com", "url": "http://github.com/wdavidw/node-http-status/issues" }, "devDependencies": { "coffee-script": "latest", "mocha": "latest", "should": "latest" }, "contributors": [ { "name": "David Worms", "email": "david@adaltas.com" }, { "name": "Daniel Gasienica", "email": "daniel@gasienica.ch"} ], "main": "lib/index.js", "engines": { "node": ">= 0.4.0" }, "scripts": { "coffee": "node_modules/.bin/coffee -b -o lib src", "test": "NODE_ENV=test node_modules/.bin/mocha --compilers coffee:coffee-script/register --reporter dot" } }