forked from fbrctr/fabricator-assemble
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 836 Bytes
/
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
{
"name": "fabricator-assemble",
"version": "1.2.0",
"description": "The assembly engine behind Fabricator",
"main": "index.js",
"engines": {
"node": ">=0.10.0",
"npm": "^2.0.0"
},
"scripts": {
"test": "mocha"
},
"keywords": [
"fabricator"
],
"author": "Luke Askew",
"license": "MIT",
"repository": "fbrctr/fabricator-assemble",
"dependencies": {
"chalk": "^1.1.3",
"globby": "^5.0.0",
"gray-matter": "^2.0.2",
"handlebars": "^4.0.5",
"html-minifier": "^2.1.7",
"i": "^0.3.5",
"js-beautify": "^1.6.3",
"js-yaml": "^3.6.1",
"lodash": "^4.13.1",
"markdown-it": "^7.0.0",
"mkdirp": "^0.5.1",
"sort-object": "^3.0.2",
"twig": "^1.11.0"
},
"devDependencies": {
"del": "^2.2.1",
"html-minifier": "^2.1.7",
"mocha": "^2.5.3"
}
}