forked from lelylan/type-directive-ng
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbower.json
39 lines (39 loc) · 853 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
38
39
{
"name": "type-directive-ng",
"version": "0.2.5",
"main": [
"dist/type-directive-ng.js",
"dist/type-directive-ng.css"
],
"ignore": [
"app",
"test",
"bower.json",
"Gruntfile.js",
"karma.conf.js",
"protractor.conf.js",
"package.json"
],
"dependencies": {
"angular": "1.2.22",
"angular-animate": "~1.2.22",
"angular-touch": "~1.2.22",
"lelylan-ng": "~0.2.0-beta",
"moment": "~2.5.1",
"angular-moment": "~0.6.2",
"animate.css": "~3.1.1",
"underscore": "~1.6.0",
"fontawesome": "~4.1.0",
"ng-clip": "~0.2.2",
"zeroclipboard": "~2.1.6"
},
"devDependencies": {
"json3": "~3.2.6",
"es5-shim": "~2.1.0",
"jasmine": "v1.3.1",
"angular-mocks": "1.2.16",
"angular-scenario": "1.2.16",
"jquery": "~2.1.0",
"jasmine-jquery": "~2.0.3"
}
}