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