UNPKG

jquery-deserialize

Version:

Decodes serialized form data and populates the form with that data.

27 lines (26 loc) 541 B
{ "name": "jquery-deserialize", "homepage": "https://github.com/kflorence/jquery-deserialize", "authors": [ "Kyle Florence <kyle.florence@gmail.com>" ], "description": "Decodes serialized form data and populates a form with that data.", "main": "src/jquery.deserialize.js", "keywords": [ "javascript", "form", "data", "deserialize" ], "license": "MIT", "ignore": [ "**/.*", "node_modules", "bower_components", "test", "tests" ], "dependencies": { "jquery": ">=1.4.3" } }