forked from TheOdinProject/curriculum
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
13 lines (13 loc) · 784 Bytes
/
package.json
File metadata and controls
13 lines (13 loc) · 784 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
{
"name": "curriculum",
"version": "1.0.0",
"description": "[The Odin Project](https://www.theodinproject.com/) (TOP) is an open-source curriculum for learning full-stack web development. Our curriculum is divided into distinct courses, each covering the subject language in depth. Each course contains a listing of lessons interspersed with multiple projects. These projects give users the opportunity to practice what they are learning, thereby reinforcing and solidifying the theoretical knowledge learned in the lessons. Completed projects may then be included in the user's portfolio.",
"scripts": {
"lint": "markdownlint-cli2",
"fix": "markdownlint-cli2 --fix"
},
"license": "CC BY-NC-SA 4.0",
"devDependencies": {
"markdownlint-cli2": "^0.12.1"
}
}