forked from jus/jus
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
92 lines (92 loc) · 2.06 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
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
{
"name": "jus",
"version": "0.24.0",
"description": "A tool for building static websites with no configuration and no boilerplate code",
"main": "lib/jus.js",
"bin": "cli.js",
"scripts": {
"test": "cross-env NODE_ENV=test mocha --check-leaks --globals __core-js_shared__,index"
},
"repository": "github:jus/jus",
"website": "http://jus.js.org",
"keywords": [
"es6",
"es2015",
"babel",
"browserify",
"markdown",
"HTML",
"frontmatter",
"handlebars",
"less",
"sass",
"scss",
"stylus",
"css",
"tree",
"directory",
"static",
"website",
"content",
"EXIF",
"geodata",
"images",
"CMS"
],
"author": "zeke",
"license": "MIT",
"bugs": {
"url": "https://github.com/jus/jus/issues"
},
"homepage": "https://github.com/jus/jus#readme",
"devDependencies": {
"chai": "^3.4.1",
"cross-env": "^2.0.0",
"mocha": "^2.3.3",
"nixt": "^0.4.1",
"path-exists": "^2.1.0",
"supertest": "^1.1.0"
},
"dependencies": {
"async": "^1.5.1",
"babel-preset-es2015": "^6.3.13",
"babel-preset-react": "^6.3.13",
"babelify": "^7.2.0",
"browser-sync": "^2.11.1",
"browserify": "^12.0.1",
"chalk": "^1.1.1",
"cheerio": "^0.19.0",
"chokidar": "^1.4.1",
"concat-stream": "^1.5.1",
"connect-browser-sync": "^2.0.1",
"cors": "^2.7.1",
"event-emitter": "^0.3.4",
"exif-parser": "^0.1.9",
"express": "^4.13.3",
"fs-extra": "^0.26.3",
"get-image-colors": "^1.5.0",
"handlebars": "^4.0.5",
"href-type": "^1.0.0",
"html-frontmatter": "^1.6.0",
"image-size": "^0.5.0",
"inflection": "^1.8.0",
"js-yaml": "^3.4.6",
"less": "^2.6.1",
"lil-env-thing": "^1.0.0",
"lobars": "^1.2.0",
"lodash": "^4.0.0",
"marky-markdown": "^8.1.0",
"minimist": "^1.2.0",
"morgan": "^1.6.1",
"myth": "^1.5.0",
"node-sass": "^3.4.2",
"open": "0.0.5",
"require-dir": "^0.3.0",
"stylus": "^0.54.0",
"tmp": "0.0.28",
"upath": "^0.2.0"
},
"engines": {
"node": ">=4"
}
}