forked from btford/briantford.com
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 668 Bytes
/
Copy pathpackage.json
File metadata and controls
28 lines (28 loc) · 668 Bytes
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
{
"name": "briantford.com",
"version": "0.0.0",
"description": "personal site for @briantford",
"main": "compile.js",
"dependencies": {
"beautifyjs": "~0.1.0",
"commander": "~0.5.2",
"highlight.js": "~7.3.0",
"jsdom": "~0.2.13",
"markdown-js": "~0.0.3",
"marked": "~0.2.8",
"mkdirp": "~0.3.0",
"moment": "~1.7.0",
"underscore": "~1.3.3",
"jade": "~0.29.0"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git://github.com/btford/briantford.com.git"
},
"author": "btford",
"readmeFilename": "README.md"
}