-
Notifications
You must be signed in to change notification settings - Fork 30
/
package.json
27 lines (27 loc) · 1.14 KB
/
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
{
"name": "backform",
"description": "Backform takes a Backbone model and transforms it into an HTML form. Any changes to the form are relfected back to the model and vice versa.",
"author": "Martin Drapeau and contributors <[email protected]>",
"homepage": "http://amiliaapp.github.io/backform/",
"bugs": {
"url": "https://github.com/AmiliaApp/backform/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/AmiliaApp/backform"
},
"version": "0.2.0",
"keywords": [
"backbone",
"bootstrap",
"form",
"html",
"javascript"
],
"main": "src/backform.js",
"files": [
"src/backform.js"
],
"license": "MIT",
"readme": "Backform takes a Backbone model and transforms it into an HTML form. Any changes to the form are relfected back to the model and vice versa. It comes with built-in controls for input, select, radio buttons, checkbox, etc. Backform controls are Backbone views and extensible. Backform even supports nested objects. Backform is built with Bootstrap 3 markup. Supports Bootstrap 2.3. Adaptable to any markup framework.\nDocumentation and examples available here: http://amiliaapp.github.io/backform/"
}