-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1.06 KB
/
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
29
30
31
32
33
34
35
36
37
38
39
40
41
{
"name": "@haztivity/hz-thermoquiz",
"version": "0.7.2",
"description": "Recurso de haztivity encapsulando jq-thermoquiz",
"main": "dist/HzThermoQuiz.js",
"module": "dist/HzThermoQuiz.js",
"scripts": {
"build": "tsc -p src",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/haztivity/hz-thermoquiz"
},
"directories": {
"typings": "src"
},
"publishConfig": {
"access": "public"
},
"types": "src/HzThermoQuiz.ts",
"typings": "src/HzThermoQuiz.ts",
"author": "Davinchi",
"license": "MIT",
"homepage": "https://github.com/haztivity/hz-thermoquiz/",
"devDependencies": {
"@haztivity/cli": "^0.5.4",
"@haztivity/hz-navbar": "^0.7.7",
"@types/core-js": "^0.9.46",
"@types/jquery": "^3.3.1",
"@types/jqueryui": "^1.12.2",
"jstransformer-markdown-it": "^2.0.0",
"node-sass": "^4.11.0",
"prismjs": "^1.12.2",
"typescript": "^2.7.2"
},
"dependencies": {
"@haztivity/core": "^0.7.18",
"jq-thermoquiz": "^1.0.0"
}
}