UNPKG

1.7 kBJSONView Raw
1{
2 "name": "lingon",
3 "description": "A minimal static site generator inspired by Middleman and Sprockets, compatible with gulp plugins.",
4 "version": "2.1.1",
5 "homepage": "https://github.com/jpettersson/lingon",
6 "author": {
7 "name": "Jonathan Pettersson",
8 "email": "jonathan@spacetofu.com",
9 "url": "http://jpettersson.com"
10 },
11 "contributors": [
12 {
13 "name": "Philip von Bargen",
14 "email": "philip@philipvonbargen.de",
15 "url": "http://philipvonbargen.de"
16 }
17 ],
18 "repository": {
19 "type": "git",
20 "url": "git://github.com/jpettersson/lingon.git"
21 },
22 "bugs": {
23 "url": "https://github.com/jpettersson/lingon/issues"
24 },
25 "licenses": [
26 {
27 "type": "MIT",
28 "url": "https://github.com/jpettersson/lingon/blob/master/LICENSE-MIT"
29 }
30 ],
31 "main": "lib/boot",
32 "engines": {
33 "node": ">= 0.9"
34 },
35 "scripts": {
36 "test": "./test.sh"
37 },
38 "dependencies": {
39 "express": "~4.9.0",
40 "send": "~0.9.1",
41 "chalk": "~0.5.1",
42 "event-stream": "3.1.7",
43 "gulp-concat": "~2.4.0",
44 "minimist": "~1.1.0",
45 "hike": "~0.1.4",
46 "shellwords": "~0.1.0",
47 "through": "~2.3.4",
48 "from": "~0.1.3",
49 "gulp-ejs": "~0.3.1",
50 "gulp-less": "~1.3.5",
51 "vinyl-fs": "~0.3.7",
52 "vinyl": "~0.4.3",
53 "rimraf": "~2.2.6",
54 "minimatch": "~0.2.14",
55 "resumer": "~0.0.0",
56 "gulp-markdown": "~1.0.0",
57 "ordered-merge-stream": "~0.0.0",
58 "q": "~2.0.0",
59 "lex": "1.7.6",
60 "tape": "~2.14.0"
61 },
62 "devDependencies": {
63 "lingon-ng-html2js": "~0.1.6"
64 },
65 "keywords": [
66 "middleman",
67 "sprockets",
68 "build",
69 "javascript",
70 "static",
71 "site",
72 "generator",
73 "gulp"
74 ]
75}
\No newline at end of file