18 lines
409 B
JSON
Executable file
18 lines
409 B
JSON
Executable file
{
|
|
"name": "backbone-forms",
|
|
"description": "Form framework for BackboneJS with nested forms, editable lists and validation",
|
|
"author": {
|
|
"name": "Charles Davison"
|
|
},
|
|
"version": "0.10.0",
|
|
"dependencies": {
|
|
"backbone": ">=0.9.2"
|
|
},
|
|
"devDependencies": {
|
|
"buildify": "latest",
|
|
"underscore": "latest",
|
|
"uglify-js": "latest"
|
|
},
|
|
"main": "distribution.amd/backbone-forms.js"
|
|
}
|