-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 882 Bytes
/
package.json
File metadata and controls
46 lines (46 loc) · 882 Bytes
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
{
"name": "@esfiddle/blockify",
"version": "1.0.4",
"main": "dist/index.js",
"license": "MIT",
"private": false,
"scripts": {
"build": "tsc",
"test": "node dist/test.js"
},
"contributors": [
{
"name": "Pranav Nutalapati",
"email": "pranavnutalapati@gmail.com"
},
{
"name": "Josh Ghent",
"email": "me@joshghent.com"
}
],
"homepage": "https://esfiddle.net",
"dependencies": {
"cheerio": "^1.0.0-rc.2",
"highlight.js": "^9.12.0",
"js-beautify": "^1.7.5",
"natives": "^1.1.6",
"webshot": "^0.18.0"
},
"keywords": [
"ascii",
"carbon.now.sh",
"code blocks",
"blocks",
"art",
"talks",
"snippets"
],
"description": "Convert a code snippet to an image using ASCII blocks",
"repository": "git@github.com:esfiddle/code-blocks.git",
"publishConfig": {
"access": "public"
},
"devDependencies": {
"typescript": "^3.4.5"
}
}