UNPKG

negotiator-currency

Version:

HTTP content negotiation (plus currency)

34 lines (33 loc) 759 B
{ "name": "negotiator-currency", "description": "HTTP content negotiation (plus currency)", "version": "0.3.0", "author": "Federico Romero <federico.romero@outboxlabs.com>", "contributors": ["Isaac Z. Schlueter <i@izs.me> (http://blog.izs.me/)"], "repository": { "type": "git", "url": "git://github.com/aynik/negotiator.git" }, "keywords": [ "http", "content negotiation", "accept", "accept-language", "accept-encoding", "accept-charset", "accept-currency" ], "engine": "node >= 0.6", "license": "MIT", "devDependencies": { "nodeunit": "0.6.x" }, "scripts": { "test": "nodeunit test" }, "optionalDependencies": {}, "engines": { "node": "*" }, "main": "lib/negotiator.js" }