-
Notifications
You must be signed in to change notification settings - Fork 14
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 711 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 711 Bytes
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": "formaline",
"version": "2.0.2",
"description": "formaline is a module for handling form requests ( HTTP POSTs / PUTs ) and for fast parsing of file uploads.",
"main": "lib/formaline.js",
"directories": {
"lib": "./lib"
},
"dependencies": {
"poor-form": ">=1.1.4 <1.2.0"
},
"devDependencies": {
},
"scripts": {
"test": "node test.js & sleep 1; bash test.sh"
},
"repository": {
"type": "git",
"url": "git://github.com/rootslab/formaline.git"
},
"keywords": [
"formaline",
"formidable",
"good-form",
"poor-form",
"multipart",
"upload",
"form",
"connect",
"express",
"post",
"parser"
],
"license": "MIT"
}