-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
51 lines (51 loc) · 1.31 KB
/
Copy pathpackage.json
File metadata and controls
51 lines (51 loc) · 1.31 KB
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
41
42
43
44
45
46
47
48
49
50
51
{
"name": "manubti",
"version": "0.1.0",
"description": "ManuBTI quiz component — an open-source port of the ManuBTI cultural-lens quiz. A 12-question quiz that maps a person onto one of 27 combined worldviews from six ethnic medical traditions.",
"keywords": [
"manubti",
"manu",
"ethnic-medicine",
"cultural-quiz",
"tibetan",
"mongolian",
"uyghur",
"dai",
"miao",
"zhuang"
],
"homepage": "https://github.com/Qinging-wu",
"license": "MIT",
"author": "Qinging_267 (Qinging-wu) and ManuBTI contributors",
"files": [
"index.html",
"styles.css",
"data.js",
"quiz.js",
"SKILL.md",
"AGENTS.md",
"agents",
".cursor",
"scripts",
"README.md",
"README.zh-CN.md",
"LICENSE",
"CONTENT_LICENSE.md",
"SOURCE.md"
],
"scripts": {
"start": "npx --yes http-server -p 8765 -c-1 .",
"serve": "npx --yes http-server -p 8765 -c-1 ."
},
"dependencies": {},
"devDependencies": {},
"engines": {
"node": ">=14"
},
"attribution": {
"creator": "Qinging_267",
"creatorGitHub": "https://github.com/Qinging-wu",
"note": "Quiz questions, answer-option text, and 27 personality portraits are original works by Qinging_267 and licensed under CC BY 4.0. See CONTENT_LICENSE.md."
},
"contentLicense": "CC-BY-4.0"
}