UNPKG

corps

Version:
36 lines (35 loc) 729 B
{ "name": "corps", "version": "0.1.0", "description": "Streaming http body parser", "main": "index.js", "scripts": { "test": "make test" }, "repository": { "type": "git", "url": "git://github.com/quarterto/Corps.git" }, "keywords": [ "http", "livewire", "body", "parse", "gusto" ], "author": "Matt Brennan <mwrbrennan@gmail.com> (http://blog.153.io/)", "license": "MIT", "bugs": { "url": "https://github.com/quarterto/Corps/issues" }, "homepage": "https://github.com/quarterto/Corps", "dependencies": { "highland": "^1.26.3", "qs": "^0.6.6" }, "devDependencies": { "LiveScript": "^1.2.0", "expect.js": "^0.3.1", "mocha": "^1.21.0" } }