forked from forms-angular/forms-angular
-
Notifications
You must be signed in to change notification settings - Fork 0
/
bower.json
46 lines (46 loc) · 1.02 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
{
"name": "forms-angular",
"author": "Mark Chapman <support@forms-angular.org>",
"version": "0.5.1",
"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"
],
"dependencies": {
"angular": "1.4.7",
"angular-sanitize": "1.4.7",
"angular-messages": "1.4.7",
"angular-ui-bootstrap-bower": "^0.8 || ^0.13",
"underscore": "1.8.3",
"ngInfiniteScroll": "1.2.1",
"angular-elastic": "2.5.1"
},
"devDependencies": {
"angular-mocks": "1.4.7",
"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"
]
}