-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
22 lines (22 loc) · 656 Bytes
/
package.json
File metadata and controls
22 lines (22 loc) · 656 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
"name": "chapter-6",
"version": "1.0.0",
"description": "Code examples for Chapter 6 (*Clean and prepare*) of Data Wrangling with JavaScript.",
"repository": {
"type": "git",
"url": "git+https://ashleydavis@github.com/JavaScript-Data-Wrangling/Chapter-6.git"
},
"keywords": [],
"author": "ashley@codecapers.com.au",
"license": "MIT",
"bugs": {
"url": "https://github.com/JavaScript-Data-Wrangling/Chapter-6/issues"
},
"homepage": "https://github.com/JavaScript-Data-Wrangling/Chapter-6#readme",
"dependencies": {
"data-forge": "1.2.1",
"globby": "6.1.0",
"moment": "2.21.0",
"papaparse": "4.3.6"
}
}