@microbit/smoothie
Version:
Smoothie Charts: smooooooth JavaScript charts for realtime streaming data
35 lines • 818 B
JSON
{
"name": "@microbit/smoothie",
"version": "1.37.0-microbit.2",
"description": "Smoothie Charts: smooooooth JavaScript charts for realtime streaming data",
"main": "./smoothie.js",
"types": "./smoothie.d.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git://github.com/microbit-foundation/smoothie.git"
},
"keywords": [
"charts",
"charting",
"realtime",
"stock-ticker",
"time series",
"time-series",
"responsive"
],
"bugs": "https://github.com/microbit-foundation/smoothie/issues",
"author": {
"name": "Joe Walnes",
"url": "https://joewalnes.com/"
},
"contributors": [
{
"name": "Drew Noakes",
"url": "https://drewnoakes.com/"
}
],
"license": "MIT"
}