forked from brutusin/json-forms
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
51 lines (51 loc) · 1.55 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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
{
"name": "brutusin-json-forms",
"version": "0.0.0",
"description": "Brutusin json-forms is a JSON Schema to HTML form generator, supporting dynamic subschemas (on the fly resolution). Extensible and customizable library with zero dependencies. Bootstrap add-ons provided",
"repository": "idelvall/brutusin-json-forms",
"main": "dist/js/brutusin-json-forms.min.js",
"filename": "dist/js/brutusin-json-forms.min.js",
"homepage": "http://brutusin.org/json-forms/",
"author": "Ignacio del Valle Alles <[email protected]> (http://brutusin.org)",
"license": "Apache-2.0",
"dependencies": {},
"keywords": [
"form",
"json",
"json-schema",
"schema"
],
"devDependencies": {
"gulp": "^3.5.6",
"gulp-angular-templatecache": "^1.2.1",
"gulp-concat": "^2.2.0",
"gulp-gh-pages": "^0.5.3",
"gulp-jscs": "^1.1.0",
"gulp-minify-css": "^1.2.1",
"gulp-minify-html": "^0.1.1",
"gulp-protractor": "^1.0.0",
"gulp-rename": "^1.2.0",
"gulp-uglify": "^0.2.1",
"gulp-umd": "^0.1.3",
"rimraf": "^2.5.1"
},
"licenses": [
{
"type": "Apache-2.0",
"url": "http://www.apache.org/licenses/LICENSE-2.0"
}
],
"autoupdate": {
"source": "git",
"target": "git://github.com/brutusin/json-forms.git",
"basePath": "/dist/",
"files": [
"brutusin-json-forms.min.js",
"brutusin-json-forms.js",
"brutusin-json-forms-bootstrap.js",
"brutusin-json-forms-bootstrap.min.js",
"brutusin-json-forms-jsonsrv.js",
"brutusin-json-forms-jsonsrv.min.js"
]
}
}