UNPKG

google-finance-service

Version:

Simple browser-friendly micro service for the google finance api

29 lines 744 B
{ "name": "google-finance-service", "version": "0.0.1", "description": "Simple browser-friendly micro service for the google finance api", "keywords": ["browser", "client", "google", "finance", "micro-service"], "main": "index.js", "directories": { "test": "test" }, "dependencies": { "jquery": "~1.8.3" }, "devDependencies": { "mocha": "~1.14.0", "nock": "~0.23.0" }, "scripts": { "test": "mocha" }, "repository": { "type": "git", "url": "git://github.com/tomkp/google-finance-service" }, "author": "tomkp", "license": "MIT", "bugs": { "url": "https://github.com/tomkp/google-finance-service/issues" } }