-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathpackage.json
44 lines (44 loc) · 1.12 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
42
43
44
{
"name": "@kparc/ref",
"version": "1.1.0",
"description": "K reference card",
"keywords": [
"k",
"help",
"ref"
],
"main": "grunt",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "grunt",
"install": "node bundler/download.js && make -C pty",
"dev": "grunt watch",
"clean": "rm -r build"
},
"author": "",
"license": "MIT",
"engine": {
"node": ">=0.11.15"
},
"dependencies": {
"cheerio": "^1.0.0-rc.3",
"grunt": "^1.0.4",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-cssmin": "^3.0.0",
"grunt-contrib-pug": "^2.0.0",
"grunt-contrib-uglify-es": "^3.3.0",
"grunt-gh-pages": "^3.1.0",
"lodash": "^4.17.19",
"moment": "^2.24.0",
"prismjs": "^1.23.0",
"pug": "^2.0.3",
"rehype-stringify": "^6.0.0",
"remark-parse": "^6.0.3",
"remark-rehype": "^4.0.0",
"unified": "^7.1.0"
},
"repository": {
"type": "git",
"url": "https://github.com/kparc/ref"
}
}