-
-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
38 lines (38 loc) · 850 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
29
30
31
32
33
34
35
36
37
38
{
"name": "qov",
"version": "1.0.3",
"description": "The terminal presentation tool.",
"main": "index.js",
"keywords": [
"cli",
"terminal",
"ascii",
"presentation-slides"
],
"engines": {
"node": ">=8"
},
"scripts": {
"lint": "standard",
"fix": "standard --fix",
"test": "ava",
"preview": "node demo/index.js"
},
"author": "chunqiuyiyu <[email protected]> (https://www.chunqiuyiyu.com/)",
"license": "MIT",
"devDependencies": {
"ava": "^0.25.0",
"ervy": "^1.0.4",
"jsdom": "^13.0.0",
"prismjs": "^1.15.0",
"standard": "^12.0.1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/chunqiuyiyu/qov.git"
},
"bugs": {
"url": "https://github.com/chunqiuyiyu/qov/issues"
},
"homepage": "https://github.com/chunqiuyiyu/qov#readme"
}