-
-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 790 Bytes
/
package.json
File metadata and controls
27 lines (27 loc) · 790 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": "chapter-3",
"version": "1.0.0",
"description": "Code listings and examples for Chapter 3 of JavaScript Data Wrangling.",
"main": "",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://ashleydavis@github.com/JavaScript-Data-Wrangling/Chapter-3.git"
},
"author": "ashley@codecapers.com.au",
"license": "MIT",
"bugs": {
"url": "https://github.com/JavaScript-Data-Wrangling/Chapter-3/issues"
},
"homepage": "https://github.com/JavaScript-Data-Wrangling/Chapter-3#readme",
"dependencies": {
"nodejs-mysql": "0.1.3",
"papaparse": "4.3.3",
"promised-mongo": "1.2.0",
"request": "2.81.0",
"request-promise": "4.2.1",
"vagrant": "file:mongodb"
}
}