-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbower.json
53 lines (53 loc) · 1.03 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
52
53
{
"name": "ng-form-data",
"version": "0.0.1",
"authors": [
"tomchentw <developer@tomchentw.com>"
],
"description": "Support input[type=\"file\"] with ng-model and transparently submit with HTML5 FormData",
"main": "ng-form-data.js",
"keywords": [
"Angular",
"directive",
"ng-model",
"input",
"FormData",
"file",
"image",
"upload"
],
"license": "MIT",
"homepage": "https://github.com/tomchentw/ng-form-data",
"private": false,
"ignore": [
"**/.*",
"bower_components",
"client",
"config",
"lib",
"node_modules",
"pkg",
"public",
"server",
"test",
"tmp",
"vendor",
"Gemfile",
"gulpfile.ls",
"index.ls",
"Makefile",
"package.json",
"Rakefile",
"ng-form-data.gemspec"
],
"dependencies": {
"angular": "~1.2.13"
},
"devDependencies": {
"angular-mocks": "~1.2.13",
"angular-bootstrap": "~0.10.0",
"angular-ga": "~0.1.0",
"angular-loading-bar": "~0.4.0",
"twbs-bootstrap-sass": "~3.1.1"
}
}