{ "author": { "name": "Alex Liu", "email": "donutespresso@gmail.com" }, "contributors": [ "Adam Argo", "Alex Liu", "Alexander Olsson", "Anro Robinson", "Asa Ayers", "Bastiaan Marinus van de Weerd", "Ben Hale", "Ben Hutchinson", "Benjamine Coe", "Benjamin Urban", "Blake VanLandingham", "Bryce Kahle", "Christopher Cannell", "Clément Désiles", "Dominik Lessel", "Falco Nogatz", "Gergely Nemeth", "Jason Ghent", "Jonathan Dahan", "Khaja Naquiuddin", "Lou Sacco", "Mark Cavage", "Mattijs Spierings", "Micah Ransdell", "Michal Moskal", "Michael Paulson", "Mike Williams", "Nathanael Anderson", "Patrick Mooney", "Pedro Palazón Candel", "Quentin Buathier", "Ricardo Stuven", "Scott Turnquest", "Tim Kuijsten", "Trent Mick", "Tuure Kanuisto", "Will Prater", "Yunong Xiao", "Zachary Snow" ], "name": "restify-plugins", "version": "1.0.2", "description": "A collection of core restify plugins", "main": "lib/index.js", "homepage": "https://github.com/restify/plugins", "scripts": { "test": "make test", "prepush": "make prepush" }, "repository": { "type": "git", "url": "git+https://github.com/restify/plugins.git" }, "keywords": [ "restify", "restify-plugins", "handlers", "prehandlers", "queryparser", "bodyparser", "cors", "accept", "audit", "authorization", "formparser", "multipart", "request", "expiry", "throttle", "static", "gzip" ], "license": "MIT", "bugs": { "url": "https://github.com/restify/plugins/issues" }, "devDependencies": { "chai": "^3.4.1", "coveralls": "^2.11.6", "eslint": "^1.10.3", "istanbul": "^0.4.1", "jscs": "^2.7.0", "mkdirp": "^0.5.1", "mocha": "^2.3.4", "nsp": "^2.1.0", "restify": "^4.0.3", "restify-clients": "^1.1.1", "rimraf": "^2.4.3" }, "dependencies": { "assert-plus": "^0.2.0", "bunyan": "^1.5.1", "csv": "^0.4.6", "ecstatic": "^1.4.0", "escape-regexp-component": "^1.0.2", "formidable": "^1.0.17", "http-signature": "^0.11.0", "lru-cache": "^2.6.5", "mime": "^1.3.4", "once": "^1.3.2", "qs": "^5.2.0", "restify-errors": "^3.1.0", "vasync": "^1.6.3" } }