-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 934 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
39
40
41
42
{
"name": "code-screenshot",
"version": "0.0.6",
"description": "Take screenshot for code by node.js",
"main": "index.js",
"scripts": {
"test": "jest"
},
"repository": {
"type": "git",
"url": "git+https://github.com/heineiuo/node-code-screenshot.git"
},
"keywords": [
"screenshot",
"code"
],
"author": "@heineiuo",
"license": "MIT",
"bugs": {
"url": "https://github.com/heineiuo/node-code-screenshot/issues"
},
"homepage": "https://github.com/heineiuo/node-code-screenshot#readme",
"dependencies": {
"highlight-css": "0.0.2",
"highlight-javascript": "0.0.3",
"highlight-json": "^0.1.0",
"highlight-xml": "0.0.1",
"opentype.js": "^0.7.3",
"pureimage": "^0.1.3",
"syntax-highlighter": "0.0.3",
"yargs": "^10.1.1"
},
"devDependencies": {},
"files": [
"lib",
"bin",
"themes",
"fonts/Hack",
"index.js",
"README.md"
]
}