-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbower.json
More file actions
34 lines (34 loc) · 817 Bytes
/
bower.json
File metadata and controls
34 lines (34 loc) · 817 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
27
28
29
30
31
32
33
34
{
"name": "forms-js-angular-1x",
"version": "0.0.1",
"homepage": "https://forms-js.com",
"description": "Cross-framework JavaScript form validation library - Angular 1.x adaptor",
"authors": [
"Brian Vaughn <[email protected]>",
"David Jensen <[email protected]>",
"Kent Dodds <[email protected]>",
"Mark Chapman <[email protected]>",
"Mohsen Azimi <[email protected]>"
],
"main": [
"./dist/forms-js-angular-1x.js"
],
"keywords": [
"form",
"forms",
"crud",
"validation"
],
"license": "Apache License Version 2.0,",
"ignore": [
"**/.*",
"bower_components",
"node_modules",
"tests"
],
"dependencies": {
"angular": "~1",
"forms-js": "https://github.com/forms-js/forms-js.git"
},
"devDependencies": {}
}