-
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 764 Bytes
/
package.json
File metadata and controls
27 lines (27 loc) · 764 Bytes
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
{
"name": "data-forge-plot-first-example",
"version": "1.0.0",
"description": "A first example of Data-Forge Plot.",
"main": "index.js",
"scripts": {
"start": "node index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/data-forge/data-forge-plot-first-example.git"
},
"keywords": [],
"author": "ashley@codecapers.com.au ",
"license": "MIT",
"bugs": {
"url": "https://github.com/data-forge/data-forge-plot-first-example/issues"
},
"homepage": "https://github.com/data-forge/data-forge-plot-first-example#readme",
"dependencies": {
"data-forge": "^1.6.7",
"data-forge-indicators": "^0.1.19",
"data-forge-plot": "^0.2.4",
"request": "^2.88.0",
"request-promise": "^4.2.4"
}
}