UNPKG

@gohelpfund/insight-ui

Version:

An open-source frontend for the Insight API. The Insight API provides you with a convenient, powerful and simple way to query and broadcast data on the Help network and build your own services with it.

34 lines (33 loc) 738 B
{ "name": "angular-resource", "version": "1.7.6", "description": "AngularJS module for interacting with RESTful server-side data sources", "main": "index.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", "jspm": { "shim": { "angular-resource": { "deps": ["angular"] } } } }