You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

16 lines
591 B

  1. { "name": "dicer",
  2. "version": "0.3.0",
  3. "author": "Brian White <mscdex@mscdex.net>",
  4. "description": "A very fast streaming multipart parser for node.js",
  5. "main": "./lib/Dicer",
  6. "dependencies": {
  7. "streamsearch": "0.1.2"
  8. },
  9. "scripts": {
  10. "test": "node test/test.js"
  11. },
  12. "engines": { "node": ">=4.5.0" },
  13. "keywords": [ "parser", "parse", "parsing", "multipart", "form-data", "streaming" ],
  14. "licenses": [ { "type": "MIT", "url": "http://github.com/mscdex/dicer/raw/master/LICENSE" } ],
  15. "repository" : { "type": "git", "url": "http://github.com/mscdex/dicer.git" }
  16. }