-
Notifications
You must be signed in to change notification settings - Fork 8
/
package.json
45 lines (45 loc) · 1.33 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
{
"name": "broccoli-static-site-json",
"version": "5.0.0",
"description": "Broccoli based static site generator that outputs a JSON:API representation of your Markdown files",
"repository": "https://github.com/empress/broccoli-static-site-json",
"license": "MIT",
"author": "Chris Manson <[email protected]>",
"main": "index.js",
"scripts": {
"coverage": "node scripts/coverage.js",
"lint:js": "eslint .",
"test": "node scripts/test.js",
"test-watch": "node scripts/test-watch.js"
},
"dependencies": {
"broccoli-funnel": "^3.0.0",
"broccoli-merge-trees": "^4.0.0",
"broccoli-persistent-filter": "^3.0.0",
"broccoli-plugin": "^4.0.0",
"broccoli-stew": "^3.0.0",
"debug": "^4.0.0",
"html2plaintext": "^2.1.2",
"js-yaml": "^4.1.0",
"jsdom": "^24.0.0",
"jsonapi-serializer": "^3.6.0",
"lodash": "^4.17.0",
"showdown": "^2.1.0",
"walk-sync": "^3.0.0",
"yaml-front-matter": "^4.0.0"
},
"devDependencies": {
"broccoli": "^3.5.2",
"broccoli-test-helper": "^2.0.0",
"chai": "^4.3.4",
"eslint": "^7.32.0",
"eslint-config-airbnb-base": "^14.2.1",
"eslint-plugin-import": "^2.24.2",
"eslint-plugin-mocha": "^9.0.0",
"mocha": "^9.1.2",
"nyc": "^15.1.0",
"release-plan": "^0.7.0",
"shelljs": "^0.8.3",
"sinon": "^11.1.2"
}
}