drupal-civicrm/sites/all/modules/civicrm/packages/backbone-forms/package.json
2018-01-14 13:10:16 +00:00

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"
}