-
Notifications
You must be signed in to change notification settings - Fork 34
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 754 Bytes
/
package.json
File metadata and controls
28 lines (28 loc) · 754 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
28
{
"name": "sql-for-data-science",
"version": "1.0.0",
"description": "Notes, annotations, and exercises from Coursera's SQL for Data Science course: https://www.coursera.org/learn/sql-for-data-science",
"main": "readme.md",
"devDependencies": {
"doctoc": "1.4.0",
"husky": "1.2.0",
"lint-staged": "8.1.0"
},
"scripts": {},
"repository": {
"type": "git",
"url": "git+https://github.com/larrybotha/sql-for-data-science.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/larrybotha/sql-for-data-science/issues"
},
"homepage": "https://github.com/larrybotha/sql-for-data-science#readme",
"husky": {
"hooks": {
"pre-commit": "lint-staged"
}
}
}