forked from node-formidable/formidable
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 805 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
{
"name": "formidable",
"description": "A node.js module for parsing form data, especially file uploads.",
"homepage": "https://github.com/felixge/node-formidable",
"license": "MIT",
"version": "1.1.1",
"devDependencies": {
"gently": "^0.8.0",
"findit": "^0.1.2",
"hashish": "^0.0.4",
"urun": "^0.0.6",
"utest": "^0.0.8",
"request": "^2.11.4"
},
"directories": {
"lib": "./lib"
},
"main": "./lib/index",
"scripts": {
"test": "node test/run.js",
"clean": "rm test/tmp/*"
},
"engines": {
"node": ">=0.8.0"
},
"repository": {
"type": "git",
"url": "git://github.com/felixge/node-formidable.git"
},
"bugs": {
"url": "http://github.com/felixge/node-formidable/issues"
},
"optionalDependencies": {},
"license": "MIT"
}