UNPKG

vwap

Version:

Calculate the Volume-Weighted Average Price (VWAP)

44 lines (43 loc) 880 B
{ "name": "vwap", "version": "0.0.2", "description": "Calculate the Volume-Weighted Average Price (VWAP)", "main": "index.js", "dependencies": {}, "devDependencies": { "tape": "^4.9.0" }, "scripts": { "test": "tape ./test" }, "repository": { "type": "git", "url": "https://github.com/miguelmota/vwap" }, "keywords": [ "vwap", "volume", "weighted", "average", "math", "price", "crypto", "cryptocurrencies", "chart", "formula", "exchanges" ], "author": { "name": "Miguel Mota", "email": "hello@miguelmota.com", "url": "https://miguelmota.com/" }, "license": { "type": "MIT", "url": "https://github.com/miguelmota/vwap/blob/master/LICENSE.md" }, "bugs": { "url": "https://github.com/miguelmota/vwap/issues" }, "homepage": "https://github.com/miguelmota/vwap" }