-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
39 lines (39 loc) · 943 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
{
"name": "markdown-styles-lambda",
"version": "1.0.0",
"description": "Automatic static site generation on `git push` using AWS Lambda and markdown-styles using a Gulp-style API.",
"main": "./lib/lambda.js",
"scripts": {
"test": "mocha --bail ./test/*.test.js"
},
"keywords": [
"markdown",
"markup",
"html",
"documentation",
"docs",
"static",
"highlight",
"AWS",
"lambda",
"S3"
],
"author": "Mikito Takada <mikito.takada@gmail.com> (http://mixu.net/)",
"license": "BSD-2-Clause",
"dependencies": {
"aws-sdk": "~2.2.12",
"glob-github": "~1.2.0",
"glob-parse": "0.0.1",
"identify-github-event": "~1.1.0",
"markdown-styles": "~3.1.2",
"mime-types": "~2.1.7",
"mkdirp": "~0.5.1",
"orchestrator": "~0.3.7",
"pipe-iterators": "~1.2.0",
"wildglob": "~0.1.0",
"xtend": "~4.0.0"
},
"devDependencies": {
"file-fixture": "0.0.2"
}
}