-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
45 lines (45 loc) · 916 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
40
41
42
43
44
45
{
"name": "dotcom",
"version": "0.0.2",
"description": "Static Site Generator for Node.js",
"keywords": [
"framework",
"branding",
"server",
"static",
"website",
"dotcom"
],
"author": "Keith Horwood",
"main": "core/module.js",
"dependencies": {
"fxn": "~0.0.4",
"cmnd": "~0.0.6",
"cross-spawn-async": "~2.1.6",
"async": "~1.5.2",
"colors": "~1.1.0",
"dot": "~1.0.3",
"fs-extra": "~0.26.4",
"mime-types": "~2.1.9",
"inquirer": "~0.11.3"
},
"devDependencies": {
"chai": "~3.5.0",
"mocha": "~2.4.5"
},
"scripts": {
"test": "mocha ./test/runner.js"
},
"repository": {
"type": "git",
"url": "https://github.com/poly/dotcom.git"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/poly/dotcom/issues"
},
"homepage": "https://github.com/poly/dotcom",
"bin": {
"dotcom": "cli/bin.js"
}
}