initial commit
[JIRC.git] / node_modules / request / node_modules / form-data / package.json
1 {
2 "author": {
3 "name": "Felix Geisendörfer",
4 "email": "felix@debuggable.com",
5 "url": "http://debuggable.com/"
6 },
7 "name": "form-data",
8 "description": "A module to create readable `\"multipart/form-data\"` streams. Can be used to submit forms and file uploads to other web applications.",
9 "version": "0.0.3",
10 "repository": {
11 "type": "git",
12 "url": "git://github.com/felixge/node-form-data.git"
13 },
14 "main": "./lib/form_data",
15 "engines": {
16 "node": "*"
17 },
18 "dependencies": {
19 "combined-stream": "0.0.3",
20 "mime": "~1.2.2",
21 "async": "~0.1.9"
22 },
23 "devDependencies": {
24 "fake": "0.2.1",
25 "far": "0.0.1",
26 "formidable": "1.0.2",
27 "request": "~2.9.203"
28 },
29 "_npmUser": {
30 "name": "mikeal",
31 "email": "mikeal.rogers@gmail.com"
32 },
33 "_id": "form-data@0.0.3",
34 "optionalDependencies": {},
35 "_engineSupported": true,
36 "_npmVersion": "1.1.24",
37 "_nodeVersion": "v0.8.1",
38 "_defaultsLoaded": true,
39 "dist": {
40 "shasum": "6eea17b45790b42d779a1d581d1b3600fe0c7c0d"
41 },
42 "_from": "form-data"
43 }