123456789101112131415161718192021222324252627282930313233343536373839 |
- {
- "name": "co-busboy",
- "description": "Busboy multipart parser as a yieldable",
- "version": "1.5.0",
- "author": {
- "name": "Jonathan Ong",
- "email": "me@jongleberry.com",
- "url": "http://jongleberry.com",
- "twitter": "https://twitter.com/jongleberry"
- },
- "license": "MIT",
- "repository": {
- "type": "git",
- "url": "https://github.com/cojs/co-busboy.git"
- },
- "bugs": {
- "mail": "me@jongleberry.com",
- "url": "https://github.com/cojs/co-busboy/issues"
- },
- "dependencies": {
- "black-hole-stream": "~0.0.1",
- "busboy": "^0.2.8",
- "chan": "^0.6.1",
- "inflation": "^2.0.0"
- },
- "devDependencies": {
- "co": "^4.6.0",
- "formstream": "~1.0.0",
- "istanbul": "^0.4.5",
- "mocha": "^4.0.1"
- },
- "scripts": {
- "test": "NODE_ENV=test mocha --harmony --reporter spec --bail",
- "test-cov": "NODE_ENV=test istanbul cover -x test.js _mocha -- --reporter spec --bail"
- },
- "files": [
- "index.js"
- ]
- }
|