forked from foundation/panini
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
60 lines (60 loc) · 1.37 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
50
51
52
53
54
55
56
57
58
59
60
{
"name": "panini",
"version": "1.8.1",
"description": "Modified version of panini 1.x, a super tiny flat file compiler.",
"main": "index.js",
"scripts": {
"test": "mocha --require babel-core/register --reporter nyan"
},
"author": [
{
"name": "ZURB",
"email": "[email protected]",
"url": "http://zurb.com"
}
],
"contributors": [
{
"name": "Michel Milano",
"email": "[email protected]",
"url": "https://www.stochasticnotions.com"
}
],
"license": "MIT",
"bin": {
"panini": "./bin/panini.js"
},
"dependencies": {
"deepmerge": "^4.3.1",
"front-matter": "^3.2.1",
"glob": "^7.2.3",
"handlebars": "^4.7.7",
"highlight.js": "^9.18.5",
"js-yaml": "^3.14.1",
"marked": "^0.8.2",
"nopt": "^4.0.3",
"parse-glob": "^3.0.4",
"slash": "^3.0.0",
"strip-bom": "^4.0.0",
"through2": "^3.0.2",
"vinyl-fs": "^3.0.3"
},
"devDependencies": {
"assert-dir-equal": "^1.0.1",
"babel": "^6.3.26",
"babel-preset-es2015": "^6.24.1",
"babel-register": "^6.26.0",
"babel-runtime": "^6.26.0",
"coveralls": "^3.0.11",
"gulp": "^4.0.0",
"mocha": "^7.2.0",
"mocha-lcov-reporter": "^1.3.0"
},
"repository": {
"type": "git",
"url": "https://github.com/mmilano/panini"
},
"bugs": {
"url": "https://github.com/mmilano/panini/issues"
}
}