-
Notifications
You must be signed in to change notification settings - Fork 234
/
package.json
40 lines (40 loc) · 873 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
{
"name": "smoothie",
"version": "1.36.1",
"description": "Smoothie Charts: smooooooth JavaScript charts for realtime streaming data",
"main": "./smoothie.js",
"types": "./smoothie.d.ts",
"directories": {
"doc": "docs",
"example": "examples",
"builder": "builder"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git://github.com/joewalnes/smoothie.git"
},
"keywords": [
"charts",
"charting",
"realtime",
"stock-ticker",
"time series",
"time-series",
"responsive"
],
"bugs": "https://github.com/joewalnes/smoothie/issues",
"author": {
"name": "Joe Walnes",
"url": "https://joewalnes.com/"
},
"contributors": [
{
"name": "Drew Noakes",
"url": "https://drewnoakes.com/"
}
],
"license": "MIT"
}