-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathpackage.json
28 lines (28 loc) · 841 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
28
{
"name": "javascript-course",
"version": "1.0.0",
"description": "<h1 align=\"center\">\r <img src=\"https://user-images.githubusercontent.com/62628408/167905373-02d9fa6c-e4a0-4023-9e51-6c8bcf98a085.png\" width=\"170px\" alt=\"JavaScript logo\">\r </h1>",
"main": "index.js",
"directories": {
"doc": "docs"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"sass": "sass --watch sass:css"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Evavic44/Learn-JavaScript.git"
},
"keywords": [],
"author": "Victor Eke",
"license": "MIT",
"bugs": {
"url": "https://github.com/Evavic44/Learn-JavaScript/issues"
},
"homepage": "https://github.com/Evavic44/Learn-JavaScript#readme",
"dependencies": {
"live-server": "^1.1.0",
"npm": "^9.5.0"
}
}