aboutsummaryrefslogtreecommitdiffstats
path: root/npm_assets/package.json
blob: b7685598a1c8365ca6e545caf6e2459a260d0134 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
    "name": "Nikola",
    "version": "0.1.0",
    "description": "Nikola, a static site generator",
    "repository": "https://github.com/getnikola/nikola",
    "license": "MIT",
    "dependencies": {
        "baguettebox.js": "^1.11.0",
        "bootstrap": "^4.6.0",
        "html5shiv": "^3.7.3",
        "jquery": "^3.5.1",
        "justified-layout": "^3.0.0",
        "livereload-js": "^2.4.0",
        "luxon": "^1.24.1",
        "popper.js": "^1.16.1"
    }
}