-
Notifications
You must be signed in to change notification settings - Fork 19
/
Copy pathpackage.json
27 lines (27 loc) · 819 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
{
"name": "MIDS_W209_Information_Visualization",
"version": "1.0.0",
"author": "John Alexis Guera Gómez",
"description": "Slides for the W209 Information Visualization course of the Masters in Data Science at UC Berkeley",
"main": "index.js",
"directories": {
"lib": "lib"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/john-guerra/MIDS_W209_Information_Visualization_Slides.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/john-guerra/MIDS_W209_Information_Visualization_Slides/issues"
},
"homepage": "https://github.com/john-guerra/MIDS_W209_Information_Visualization_Slides#readme",
"dependencies": {
"pug": "^3.0.3"
}
}