forked from forms-angular/forms-angular
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbower.json
More file actions
46 lines (46 loc) · 1.01 KB
/
bower.json
File metadata and controls
46 lines (46 loc) · 1.01 KB
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 <[email protected]>",
"version": "0.7.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.5.5",
"angular-sanitize": "1.5.5",
"angular-messages": "1.5.5",
"angular-ui-bootstrap-bower": "1.3.2",
"underscore": "1.8.3",
"ngInfiniteScroll": "1.2.1",
"angular-elastic": "2.5.1"
},
"devDependencies": {
"angular-mocks": "1.5.5",
"bootstrap-3-3-5": "git://github.com/twbs/bootstrap.git#v3.3.5",
"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"
]
}