-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 997 Bytes
/
package.json
File metadata and controls
45 lines (45 loc) · 997 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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
{
"name": "sitemark",
"version": "0.0.1-alpha",
"description": "Convention based, simple website using Markdown",
"main": "sitemark.js",
"homepage": "https://github.com/jamlen/sitemark",
"repository": {
"type": "git",
"url": "https://github.com/jamlen/sitemark.git"
},
"keywords": [
"code",
"blog"
],
"author": "James Allen",
"license": "BSD",
"dependencies": {
"express": "~4.9.5",
"glob": "~4.0.6",
"marked": "~0.3.2",
"moment": "~2.8.3",
"lodash": "~2.4.1",
"jade": "~1.7.0",
"q-io": "~1.11.5",
"sugar": "~1.4.1",
"cheerio": "~0.17.0",
"gift": "~0.4.3-1",
"errorhandler": "~1.2.0"
},
"engines": {
"node": "0.10.x",
"npm": "1.2.x"
},
"scripts": {},
"devDependencies": {
"colors": "~0.6.2",
"gulp": "~3.8.8",
"gulp-coveralls": "~0.1.3",
"gulp-istanbul": "~0.3.1",
"gulp-jshint": "~1.8.5",
"gulp-mocha": "~1.1.0",
"gulp-watch": "~1.0.7",
"should": "~4.0.4"
}
}