-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 966 Bytes
/
package.json
File metadata and controls
40 lines (40 loc) · 966 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
29
30
31
32
33
34
35
36
37
38
39
40
{
"name": "tierlist-maker-clone",
"version": "1.0.0",
"description": "A very simple tierlist-maker-clone with vanilla javascript and pure HTML CSS",
"main": "index.js",
"type": "module",
"scripts": {
"test": "mocha"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mmiglioranza22/tierlist-maker-clone.git"
},
"keywords": [
"tierlist",
"tierlistmaker",
"tierlist-maker",
"tierlist",
"maker",
"clone",
"tierlistmaker-clone",
"doubly linked list",
"doubly link list",
"double link list",
"liked list",
"double linked list",
"doubly link",
"double link"
],
"author": "Manuel Agustin Miglioranza",
"license": "MIT",
"bugs": {
"url": "https://github.com/mmiglioranza22/tierlist-maker-clone/issues"
},
"homepage": "https://github.com/mmiglioranza22/tierlist-maker-clone#readme",
"devDependencies": {
"chai": "^4.3.6",
"mocha": "^10.0.0"
}
}