-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 1.05 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
{
"name": "crust-io",
"version": "2.1.0",
"private": false,
"description": "Static site generator with support for hiearichal page structure.",
"keywords": [
"static",
"gulp",
"markdown",
"nunjucks",
"yaml"
],
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/PentiaLabs/crust-io.git"
},
"maintainers": [
"Brian Frisch <brf@pentia.dk> (http://www.pentia.dk)"
],
"scripts": {
"gulp" : "./node_modules/.bin/gulp",
"crust": "gulp"
},
"dependencies": {
"dir-to-json": "~0.0.3",
"findup-sync": "~0.3.0",
"glob": "~5.0.15",
"gulp": "~3.9.0",
"js-yaml": "~3.4.0",
"lodash": "~3.10.0",
"marked": "~0.3.3",
"mkdirp": "~0.5.1",
"nunjucks": "~2.0.0",
"q": "~1.4.1",
"slugify": "~0.1.1"
},
"bugs": {
"url": "https://github.com/PentiaLabs/crust-io/issues"
},
"homepage": "https://github.com/PentiaLabs/crust-io#readme",
"main": "index.js",
"devDependencies": {},
"author": "Brian Frisch <brf@pentia.dk> (http://frisch.io)",
"license": "ISC"
}