-
Notifications
You must be signed in to change notification settings - Fork 19
/
Copy pathpackage.json
34 lines (34 loc) · 1.64 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
28
29
30
31
32
33
34
{
"name": "jquery.jsForm",
"title": "jQuery JSON Form - jsForm",
"description": "jQuery based form library that allows you to handle data within a js object (i.e. JSON) with html forms.\nYou can modify all fields/properties by simply creating a html form with the correct naming schema (MVVM Pattern).\n\nThe main features of this library are:\n Full standard html with data available in a js object\n Update an existing js object with changes done within a form\n Fully internationalizable with number format, currency and date formatting\n Provide basic functions for formatting (i.e. date/time, money) using html markup\n Provide form validation functionality\n handle collections (arrays) with subobjects\n provides helper methods to handle array manipulation (add new entry/remove an entry, sorting) using only html markup\n Can be used in connection with an autocomplete function to add new array objects",
"version": "1.6.0",
"homepage": "https://github.com/corinis/jsForm",
"author": {
"name": "Niko Berger",
"url": "http://www.gargan.org/"
},
"repository": {
"type": "git",
"url": "https://github.com/corinis/jsForm.git"
},
"bugs": {
"url": "https://github.com/corinis/jsForm/issues"
},
"licenses": [
{
"type": "MIT, GPL, LGPL",
"url": "https://github.com/jquery/jquery/blob/master/MIT-LICENSE.txt"
}
],
"dependencies": {
"grunt": "^1.4.1",
"grunt-compare-size": "^0.4.2",
"grunt-contrib-concat": "^1.0.1",
"grunt-contrib-jshint": "^3.2.0",
"grunt-contrib-uglify": "^5.0.1",
"grunt-contrib-watch": "^1.1.0",
"jshint": "^2.13.6"
},
"keywords": []
}