-
Notifications
You must be signed in to change notification settings - Fork 41
Expand file tree
/
Copy pathpackage.json
More file actions
26 lines (26 loc) · 803 Bytes
/
package.json
File metadata and controls
26 lines (26 loc) · 803 Bytes
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
{
"name": "angular-autoFields-bootstrap",
"version": "2.2.8",
"description": "Automatically generate fields from a schema object and bind them to an object",
"main": "autofields.min.js",
"keyword": [
"angular",
"bootstrap",
"form",
"fields",
"data-binding",
"generate"
],
"license": "MIT",
"homepage": "https://github.com/justmaier/angular-autoFields-bootstrap",
"author": "Justin Maier <just.maier@gmail.com> (http://justinmaier.com)",
"bugs": {
"url": "https://github.com/justmaier/angular-autoFields-bootstrap/issues"
},
"repository": {
"type": "git",
"url": "git://github.com/justmaier/angular-autoFields-bootstrap.git"
},
"dependencies": {},
"devDependencies": {}
}