-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 784 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 784 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
{
"name": "smm-course-viewer",
"version": "1.3.0",
"description": "A package to reading courses (*.cdt) - Super Mario Maker",
"main": "lib/main.js",
"directories": {
"lib": "lib",
"test": "test"
},
"scripts": {
"test": "test/test.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/leomaurodesenv/smm-course-viewer.git"
},
"keywords": [
"bookmark",
"mario",
"maker",
"super",
"nintendo",
"course"
],
"author": "Leonardo Mauro <leo.mauro.desenv@gmail.com>",
"license": "GPL-3.0-only",
"bugs": {
"url": "https://github.com/leomaurodesenv/smm-course-viewer/issues"
},
"homepage": "https://github.com/leomaurodesenv/smm-course-viewer",
"dependencies": {
"fs": "0.0.1-security"
}
}