forked from jasonewall/angularjs-rails-resource
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbower.json
More file actions
29 lines (29 loc) · 632 Bytes
/
bower.json
File metadata and controls
29 lines (29 loc) · 632 Bytes
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
{
"name": "angularjs-rails-resource",
"version": "2.3.1",
"main": "angularjs-rails-resource.js",
"description": "A resource factory inspired by $resource from AngularJS",
"repository": {
"type": "git",
"url": "https://github.com/FineLinePrototyping/angularjs-rails-resource.git"
},
"dependencies": {
"angular": "^1.3"
},
"ignore": [
"**/.*",
"angularjs-rails-resource.gemspec",
"changelog.js",
"Gemfile",
"Gruntfile.js",
"karma.conf.js",
"package-lock.json",
"package.json",
"Rakefile",
"test",
"vendor",
"lib",
".travis.yml",
".gitignore"
]
}