-
Notifications
You must be signed in to change notification settings - Fork 105
/
package.json
49 lines (49 loc) · 1.15 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": "panini",
"version": "1.7.2",
"description": "A super tiny flat file compiler.",
"main": "index.js",
"scripts": {
"test": "mocha --require babel-core/register"
},
"author": "Foundation <contact@get.foundation> (https://get.foundation)",
"license": "MIT",
"bin": {
"panini": "./bin/panini.js"
},
"dependencies": {
"deepmerge": "^1.5.2",
"front-matter": "^2.0.5",
"glob": "^7.1.4",
"handlebars": "^4.0.5",
"highlight.js": "^8.9.1",
"js-yaml": "^3.14.0",
"marked": "^2",
"nopt": "^4.0.1",
"slash": "^1.0.0",
"strip-bom": "2.0.0",
"through2": "^2.0.5",
"vinyl-fs": "^3.0.3"
},
"devDependencies": {
"assert-dir-equal": "^1.0.1",
"babel": "^6.3.26",
"babel-preset-es2015": "^6.3.13",
"babel-register": "^6.4.3",
"babel-runtime": "^6.3.19",
"gulp": "^4.0.2",
"mocha": "^8.0.1",
"mocha-lcov-reporter": "^1.3.0"
},
"resolutions": {
"glob-parent": "^5.1.2",
"yargs-parser": "^20.2.4"
},
"repository": {
"type": "git",
"url": "https://github.com/foundation/panini"
},
"bugs": {
"url": "https://github.com/foundation/panini/issues"
}
}