aboutsummaryrefslogtreecommitdiffstats
path: root/vendor/assets/components/angular-resource/package.json
diff options
context:
space:
mode:
authorTeddy Wing2015-01-24 09:41:20 -0500
committerTeddy Wing2015-01-24 09:41:20 -0500
commitac4ca71de63bc3ab75b520cfe382040926079982 (patch)
treeabbecb6c820e35ab1aafeeca8bcb2520889ac437 /vendor/assets/components/angular-resource/package.json
parent902a42751e81d5860b08dd5d15824b06a9ddf819 (diff)
downloadNotes-angular-demo-ac4ca71de63bc3ab75b520cfe382040926079982.tar.bz2
bower: Add 'angular-resource'
For fetching and saving data to the server.
Diffstat (limited to 'vendor/assets/components/angular-resource/package.json')
-rw-r--r--vendor/assets/components/angular-resource/package.json26
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"
+}