-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
49 lines (49 loc) · 1.25 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
39
40
41
42
43
44
45
46
47
48
49
{
"name": "blad",
"version": "4.0.3",
"description": "A minimalist flat-file CMS with dynamic content",
"author": "Radek Stepan <[email protected]>",
"license": "AGPL-3.0",
"main": "index.js",
"bin": {
"blad": "./bin/blad.js"
},
"dependencies": {
"async": "2.3.0",
"coffee-script": "^1.10.0",
"colors": "^1.1.2",
"compression": "^1.6.1",
"connect": "^3.4.1",
"consolidate": "^0.14.0",
"front-matter": "^2.0.6",
"gray-matter": "^2.0.2",
"lodash": "^4.5.1",
"lru-cache": "^4.0.0",
"milligram": "^1.1.0",
"minimist": "^1.2.0",
"node-dir": "^0.1.11",
"remarkable": "1.7.1",
"serve-static": "^1.10.2",
"swig": "^1.4.2",
"snyk": "^1.30.1"
},
"devDependencies": {
"chai": "^3.5.0",
"mocha": "3.3.0"
},
"scripts": {
"start": "./bin/blad.js --port 5050 --source example/",
"test": "./node_modules/.bin/mocha --ui exports --bail --reporter spec",
"snyk-protect": "snyk protect",
"prepublish": "npm run snyk-protect"
},
"repository": {
"type": "git",
"url": "git+https://github.com/radekstepan/blad.git"
},
"bugs": {
"url": "https://github.com/radekstepan/blad/issues"
},
"homepage": "https://github.com/radekstepan/blad#readme",
"snyk": true
}