diff options
author | Teddy Wing | 2015-01-25 17:34:05 -0500 |
---|---|---|
committer | Teddy Wing | 2015-01-25 17:34:05 -0500 |
commit | b75ef2c502bf0da050bd290a2ad1cc7aa0dcc408 (patch) | |
tree | bf3bb8b56a2f289aba5fe0d3467368279a7c87ad /vendor/assets/components/angular-resource/package.json | |
parent | 005e7cca168c6b4eeb06e314046f58b516c13aec (diff) | |
parent | 28e22a02c8c326df93093644d9de3fa71185ffe4 (diff) | |
download | Notes-angular-demo-b75ef2c502bf0da050bd290a2ad1cc7aa0dcc408.tar.bz2 |
Merge branch 'angular-app'
Conflicts:
app/assets/stylesheets/layouts/_global.scss
app/views/home/main.html.erb
Diffstat (limited to 'vendor/assets/components/angular-resource/package.json')
-rw-r--r-- | vendor/assets/components/angular-resource/package.json | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/vendor/assets/components/angular-resource/package.json b/vendor/assets/components/angular-resource/package.json new file mode 100644 index 0000000..fbe492c --- /dev/null +++ b/vendor/assets/components/angular-resource/package.json @@ -0,0 +1,26 @@ +{ + "name": "angular-resource", + "version": "1.3.10", + "description": "AngularJS module for interacting with RESTful server-side data sources", + "main": "angular-resource.js", + "scripts": { + "test": "echo \"Error: no test specified\" && exit 1" + }, + "repository": { + "type": "git", + "url": "https://github.com/angular/angular.js.git" + }, + "keywords": [ + "angular", + "framework", + "browser", + "rest", + "client-side" + ], + "author": "Angular Core Team <angular-core+npm@google.com>", + "license": "MIT", + "bugs": { + "url": "https://github.com/angular/angular.js/issues" + }, + "homepage": "http://angularjs.org" +} |