-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 955 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
{
"name": "chipersoft.com",
"version": "0.0.1",
"description": "The gulp static site generator code for chipersoft.com",
"author": "Jarvis Badgley <chiper@chipersoft.com> (http://chipersoft.com/)",
"license": "CC-NC-SA",
"scripts": {
"build": "gulp",
"watch": "gulp watch"
},
"dependencies": {
"bootstrap": "https://github.com/twbs/bootstrap/archive/v3.3.2.tar.gz",
"gulp": "~3.9.1",
"gulp-clean": "~0.3.2",
"gulp-front-matter": "~1.3.0",
"gulp-less": "~3.3.2",
"gulp-minify-css": "~1.2.4",
"gulp-util": "~3.0.8",
"handlebars": "~4.0.10",
"helper-hoard": "^0.1.3",
"highlight.js": "~9.12.0",
"lodash": "~4.17.4",
"markdown-it": "~8.4.0",
"markdown-it-anchor": "~4.0.0",
"moment": "~2.18.1",
"rss": "~1.2.2",
"through2": "~2.0.3"
},
"devDependencies": {
"express": "~4.15.4",
"forever": "~0.15.3",
"morgan": "~1.8.2",
"serve-index": "~1.9.0"
}
}