-
Notifications
You must be signed in to change notification settings - Fork 79
/
bower.json
74 lines (74 loc) · 1.5 KB
/
bower.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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
{
"name": "angular-form-gen",
"description": "Dynamic form schema generator for AngularJS",
"main": [
"dist/angular-form-gen.js",
"dist/angular-form-gen.css"
],
"license": "MIT",
"homepage": "http://angular-form-gen.nullest.com",
"repository": {
"type": "git",
"url": "git://github.com/McNull/angular-form-gen.git"
},
"keywords": [
"angularjs",
"angular",
"form",
"schema",
"generator"
],
"version": "0.1.0-beta.7",
"authors": [
"Null McNull <[email protected]> https://github.com/McNull"
],
"moduleType": [
"globals"
],
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"gulp-tasks",
"src",
"dest",
"/build-config.js",
"/gulpfile.js",
"/package.json",
"/karma.conf.js"
],
"dependencies": {
"bootstrap": "~3.2.0",
"angular": "~1.2.21"
},
"devDependencies": {
"angular-route": "~1.2.21",
"angular-mocks": "~1.2.21",
"jquery": "1.*",
"respond": "~1.4.2",
"html5shiv": "~3.7.2",
"lodash": "~2.4.1",
"angular-inform": "~0.0.12",
"angular-block-ui": "~0.1.0",
"angular-markdown-text": "~0.0.2",
"angular-sanitize": "~1.2.21",
"angular-animate": "~1.2.21"
},
"overrides": {
"respond": {
"main": "dest/respond.min.js"
},
"angular-mocks": {
"ignore": true
},
"lodash": {
"ignore": true
},
"showdown": {
"main": "compressed/showdown.js"
}
},
"resolutions": {
"angular": "~1.2.16"
}
}