UNPKG

1.28 kBJSONView Raw
1{
2 "name": "blad",
3 "version": "4.0.2",
4 "description": "A minimalist flat-file CMS with dynamic content",
5 "author": "Radek Stepan <rs676@cam.ac.uk>",
6 "license": "AGPL-3.0",
7 "main": "index.js",
8 "bin": {
9 "blad": "./bin/blad.js"
10 },
11 "dependencies": {
12 "async": "2.3.0",
13 "coffee-script": "^1.10.0",
14 "colors": "^1.1.2",
15 "compression": "^1.6.1",
16 "connect": "^3.4.1",
17 "consolidate": "^0.14.0",
18 "front-matter": "^2.0.6",
19 "gray-matter": "^2.0.2",
20 "lodash": "^4.5.1",
21 "lru-cache": "^4.0.0",
22 "milligram": "^1.1.0",
23 "minimist": "^1.2.0",
24 "node-dir": "^0.1.11",
25 "remarkable": "1.7.1",
26 "serve-static": "^1.10.2",
27 "swig": "^1.4.2",
28 "snyk": "^1.28.1"
29 },
30 "devDependencies": {
31 "chai": "^3.5.0",
32 "mocha": "3.3.0"
33 },
34 "scripts": {
35 "start": "./bin/blad.js --port 5050 --source example/",
36 "test": "./node_modules/.bin/mocha --ui exports --bail --reporter spec",
37 "snyk-protect": "snyk protect",
38 "prepublish": "npm run snyk-protect"
39 },
40 "repository": {
41 "type": "git",
42 "url": "git+https://github.com/radekstepan/blad.git"
43 },
44 "bugs": {
45 "url": "https://github.com/radekstepan/blad/issues"
46 },
47 "homepage": "https://github.com/radekstepan/blad#readme",
48 "snyk": true
49}