forked from AngularAgility/AngularAgility
-
Notifications
You must be signed in to change notification settings - Fork 0
/
bower.json
37 lines (37 loc) · 822 Bytes
/
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
{
"name": "angular-agility",
"version": "0.8.31",
"homepage": "https://github.com/AngularAgility/AngularAgility",
"authors": [
"John Culviner <[email protected]>"
],
"description": "A set of useful Angular extensions to improve productivity",
"main": "dist/angular-agility.min.js",
"keywords": [
"angular",
"forms",
"validation",
"dsl",
"bootstrap",
"dirty",
"changed",
"select2",
"notification",
"growl"
],
"license": "MIT",
"ignore": [
"demo",
"test",
"docs",
".gitignore",
".jshintrc",
".travis.yml",
"Gruntfile.js",
"karma.conf.js",
"Procfile"
],
"dependencies": {
"angular": ">=1.2.0"
}
}