forked from foundation/panini
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 1.12 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
{
"name": "panini",
"version": "1.6.2",
"description": "A super tiny flat file compiler.",
"main": "index.js",
"scripts": {
"test": "mocha --compilers js:babel-register --reporter nyan"
},
"author": "ZURB <[email protected]> (http://zurb.com)",
"license": "MIT",
"bin": {
"panini": "./bin/panini.js"
},
"dependencies": {
"deepmerge": "^1.3.2",
"front-matter": "^2.0.5",
"glob": "^7.0.0",
"handlebars": "^4.0.5",
"highlight.js": "^8.9.1",
"js-yaml": "^3.5.2",
"marked": "^0.3.14",
"nopt": "^4.0.1",
"slash": "^1.0.0",
"strip-bom": "2.0.0",
"through2": "^2.0.0",
"vinyl-fs": "^2.4.4"
},
"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",
"coveralls": "^2.11.6",
"gulp": "^3.8.11",
"mocha": "^3.2.0",
"mocha-lcov-reporter": "^1.0.0",
"vinyl-fs": "^2.3.1"
},
"repository": {
"type": "git",
"url": "https://github.com/zurb/panini"
},
"bugs": {
"url": "https://github.com/zurb/panini/issues"
}
}