forked from forms-angular/forms-angular
-
Notifications
You must be signed in to change notification settings - Fork 0
/
bower.json
51 lines (51 loc) · 1.21 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
{
"name": "forms-angular",
"author": "Mark Chapman <[email protected]>",
"version": "0.4.0",
"homepage": "https://github.com/forms-angular/forms-angular",
"description": "No nonsense forms for the MEAN stack",
"keywords": [
"Mongoose",
"Mongo",
"Express",
"Angular",
"Node",
"Bootstrap",
"Forms"
],
"license": "MIT",
"main": [
"dist/forms-angular.js"
],
"comments": [
"Use SHA to get a version of ngInfiniteScroll that has no jQuery dependency"
],
"dependencies": {
"angular": ">=1.3.0",
"angular-sanitize": ">=1.3.0",
"angular-ui-bootstrap-bower": ">=0.8.0",
"underscore": "1.6",
"ngInfiniteScroll": "git://github.com/sroze/ngInfiniteScroll#564f3d15bbbc6ee9b7cf537ba33e79067553da03",
"angular-elastic": "~2"
},
"devDependencies": {
"angular-mocks": ">=1.3.0",
"bootstrap-3-1-1": "git://github.com/twbs/bootstrap.git#v3.1.1",
"bootstrap-2-3-2": "git://github.com/twbs/bootstrap.git#v2.3.2"
},
"ignore": [
"**/.*",
"node_modules",
"components",
"server",
"template",
"config",
"scripts",
"test",
"Gruntfile.js",
"package.json"
],
"resolutions": {
"angular": ">=1.3.0"
}
}