-
Notifications
You must be signed in to change notification settings - Fork 24
/
package.json
45 lines (45 loc) · 953 Bytes
/
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": "scotch-blog",
"version": "0.1.7",
"description": "A really classy, dead simple, markdown based, blogging framework for node.js",
"main": "./bin/cli.js",
"bin": {
"scotch": "./bin/cli.js"
},
"directories": {
"test": "test"
},
"dependencies": {
"highlight": "~0.2.x",
"underscore": "~1.4.x",
"marked": "~0.2.x",
"mongodb-wrapper": "~0.4.x",
"slugs": "~0.1.x",
"geddy": "~0.9.x",
"commander": "~1.2.0",
"utilities": "0.0.26",
"request": "~2.21.0",
"envoy": "0.0.x",
"kitten": "0.0.x",
"request": "2.21.x"
},
"devDependencies": {},
"scripts": {
"test": "./node_modules/geddy/bin/cli.js jake test"
},
"repository": {
"type": "git",
"url": "git://github.com/Techwraith/scotch.git"
},
"keywords": [
"markdown",
"blog",
"geddy",
"framework",
"mongo",
"riak",
"postgres"
],
"author": "Techwraith",
"license": "MIT"
}