Files
2014-08-04 12:57:32 +10:00

28 lines
575 B
JSON

{
"name": "backbone-forms",
"filename": "backbone-forms.min.js",
"version": "0.14.0",
"description": "Form framework for BackboneJS with nested forms, editable lists and validation",
"homepage": "https://github.com/powmedia/backbone-forms",
"keywords": [
"forms",
"backbone"
],
"repositories": [
{
"type": "git",
"url": "https://github.com/powmedia/backbone-forms"
}
],
"npmName": "backbone-forms",
"npmFileMap": [
{
"basePath": "/distribution/",
"files": [
"*.js",
"**/*"
]
}
]
}