mirror of
https://github.com/jamiebuilds/the-super-tiny-compiler.git
synced 2024-10-27 20:34:08 +00:00
16 lines
396 B
JSON
16 lines
396 B
JSON
{
|
|
"name": "the-super-tiny-compiler",
|
|
"author": "James Kyle <me@thejameskyle.com> (thejameskyle.com)",
|
|
"license": "CC-BY-4.0",
|
|
"repository": "thejameskyle/the-super-tiny-compiler",
|
|
"dependencies": {
|
|
"express": "^4.15.2",
|
|
"markdown-it": "^8.3.1",
|
|
"ejs": "^2.5.6",
|
|
"prismjs": "^9000.0.1",
|
|
"body-parser": "^1.17.1"
|
|
},
|
|
"scripts": {
|
|
"start": "node server.js"
|
|
}
|
|
} |