-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
62 lines (62 loc) · 1.53 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
61
62
{
"name": "waffel",
"version": "0.1.19",
"description": "Static site generation done tasty.",
"main": "lib/index.js",
"homepage": "https://moonwave99.github.io/waffel/",
"author": "moonwave99 <diego.caponera@gmail.com> [https://www.diegocaponera.com]",
"repository": {
"type": "git",
"url": "git@github.com:moonwave99/waffel.git"
},
"bugs": {
"url": "https://github.com/moonwave99/waffel/issues"
},
"keywords": [
"front-matter",
"generate",
"generator",
"markdown",
"static",
"static-site",
"yaml"
],
"files": [
"lib/"
],
"scripts": {
"test": "node_modules/.bin/mocha --recursive --reporter spec --timeout 15000 --compilers coffee:coffee-script/register",
"prepublishOnly": "coffee --bare -o lib -c src/*.coffee"
},
"license": "MIT",
"dependencies": {
"async": "^2.1.5",
"cheerio": "^0.22.0",
"chokidar": "^1.6.0",
"colors": "^1.0.3",
"express": "^4.16.4",
"fs-extra": "^7.0.0",
"globby": "^6.0.0",
"gray-matter": "^2.0.0",
"i18next": "^2.0.4",
"i18next-node-fs-backend": "0.0.6",
"js-yaml": "^3.13.1",
"lodash": "^3.6.0",
"marked": "^0.8.0",
"md5": "^2.0.0",
"moment": "^2.24.0",
"nunjucks": "^2.2.0",
"nunjucks-markdown": "^2.0.0",
"pretty": "^2.0.0"
},
"devDependencies": {
"bluebird": "^3.5.0",
"coffee-script": "^1.9.1",
"markdown-it": "^8.4.0",
"mocha": "^2.3.3",
"needle": "^1.4.2",
"should": "^7.1.1",
"should-promised": "^0.3.1",
"xml-parser": "^1.2.1"
}
}