-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
38 lines (38 loc) · 1.01 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
{
"name": "basilar",
"version": "0.0.1",
"description": "Basilar - A free task app with the bare minimum of functionality",
"main": "basilar.js",
"scripts": {
"build": "node ./basilar.js",
"serve": "node ./basilar.js serve",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/sondreb/Basilar.git"
},
"keywords": [
"static-html-generator",
"markdown-to-html",
"html"
],
"author": "Sondre Bjellås",
"license": "MIT",
"bugs": {
"url": "https://github.com/sondreb/Basilar/issues"
},
"homepage": "https://github.com/sondreb/Basilar#readme",
"devDependencies": {
"domspace": "^2.0.0",
"highlight.js": "^11.3.1",
"jsdom": "^19.0.0",
"live-server": "^1.2.1",
"markdown-it": "^12.3.0",
"markdown-it-emoji": "^2.0.0",
"markdown-it-for-inline": "^0.1.1",
"node-watch": "^0.7.2",
"request": "^2.88.0",
"showdown": "git+https://github.com/sondreb/showdown.git"
}
}