forked from caulagi/forms
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
26 lines (26 loc) · 743 Bytes
/
package.json
File metadata and controls
26 lines (26 loc) · 743 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
{
"name": "forms-bootstrap",
"description": "An easy way to create, parse, and validate forms in Node and Express. Bootstrap-based HTML rendering.",
"main": "./index",
"author": "Caolan McMahon/Pradip P Caulagi/Mariusz Nowostawski",
"version": "0.0.6",
"repository": {
"type": "git",
"url": "http://github.com/marni/forms-bootstrap.git"
},
"bugs": {
"url": "http://github.com/marni/forms-bootstrap/issues"
},
"dependencies": {
"async": ">= 0.1.15"
},
"devDependencies": {
"nodeunit": ">= 0.7.0"
},
"licenses": [
{
"type": "MIT",
"url": "http://github.com/marni/forms-bootstrap/raw/master/LICENSE"
}
]
}