-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
36 lines (36 loc) · 1.02 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
{
"name": "static-generator",
"version": "1.0.2",
"description": "Minimal static website generator and development environment using Node.js, built specifically for jaschaephraim.com",
"bin": {
"stat-gen": "./bin/stat-gen.js"
},
"dependencies": {
"async": "^0.9.0",
"axis-css": "^0.1.8",
"browserify": "^4.2.3",
"debowerify": "^1.5.0",
"express": "^4.8.4",
"front-matter": "^0.2.0",
"gaze": "^0.5.1",
"jade": "^1.5.0",
"marked": "^0.3.2",
"mkdirp": "^0.5.0",
"ncp": "^0.5.1",
"request": "^2.88.0",
"stylus": "^0.54.5",
"tiny-lr": "^0.0.7",
"uglify-js": "^2.4.15",
"underscore": "^1.6.0"
},
"repository": {
"type": "git",
"url": "https://github.com/jaschaephraim/static-generator.git"
},
"author": "Jascha Ephraim <[email protected]> (http://jaschaephraim.com)",
"license": "ISC",
"bugs": {
"url": "https://github.com/jaschaephraim/static-generator/issues"
},
"homepage": "https://github.com/jaschaephraim/static-generator"
}