forked from webhook/webhook
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
47 lines (47 loc) · 1.03 KB
/
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
46
47
{
"name": "wh",
"version": "1.0.48",
"description": "Webhook is the easiest way to build a custom CMS for your next website.",
"keywords": [
"webhook",
"cms",
"static generator",
"static site generator"
],
"main": "index.js",
"bin": "./bin/wh",
"repository": {
"type": "git",
"url": "git://github.com/webhook/webhook.git"
},
"author": {
"name": "Ian Kelly"
},
"engines": {
"node": ">= 0.10.24"
},
"license": "MIT",
"preferGlobal": "true",
"bugs": {
"url": "https://github.com/webhook/webhook/issues",
"email": "[email protected]"
},
"homepage": "http://www.webhook.com/",
"readmeFile": "README.md",
"dependencies": {
"commander": "~2.1.0",
"colors": "~0.6.2",
"async": "~0.2.9",
"wrench": "~1.5.4",
"win-spawn": "~2.0.0",
"request": "~2.31.0",
"adm-zip": "~0.4.3",
"lodash": "~2.4.1",
"github": "~0.1.12",
"firebase": "1.0.2",
"restler": "~3.1.0",
"mime": "~1.2.11",
"archiver": "~0.6.1",
"inquirer": "~0.5.1"
}
}