-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
67 lines (67 loc) · 1.61 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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
{
"name": "closeheat",
"version": "2.0.0",
"author": "Domas Bitvinskas <[email protected]>",
"contributors": [
"Justas Palumickas <[email protected]>"
],
"description": "Static Website Hosting with CMS without touching your code.",
"license": "MIT",
"bin": {
"closeheat": "./dist/bin/closeheat.js"
},
"homepage": "https://github.com/closeheat/cli",
"repository": {
"type": "git",
"url": "git://github.com/closeheat/cli.git"
},
"scripts": {
"postinstall": "node ./dist/bin/closeheat postinstall",
"test": "gulp test"
},
"dependencies": {
"bluebird": "^2.9.8",
"chalk": "^1.1.1",
"check-update": "0.0.8",
"commander": "^2.6.0",
"couleurs": "^5.0.0",
"git-wrapper": "^0.1.1",
"home-path": "^1.0.1",
"inquirer": "^0.11.0",
"lodash": "^3.1.0",
"opbeat": "^3.3.0",
"open": "0.0.5",
"pusher-client": "^1.0.0",
"request": "^2.53.0",
"stacktrace-js": "1.0.1",
"text-table": "^0.2.0"
},
"keywords": [
"closeheat",
"static website hosting",
"hosting",
"static",
"jekyll",
"cms",
"content management system"
],
"devDependencies": {
"ansi-regex": "^2.0.0",
"body-parser": "^1.14.1",
"chai": "^3.4.0",
"coffee-script": "^1.8.0",
"express": "^4.13.3",
"gulp": "^3.9.0",
"gulp-coffee": "^2.3.1",
"gulp-insert": "^0.5.0",
"gulp-mocha": "^2.0.0",
"gulp-rename": "^1.2.0",
"gulp-replace": "^0.5.0",
"gulp-shell": "^0.5.0",
"gulp-util": "^3.0.7",
"gulp-watch": "^4.3.5",
"nixt": "^0.4.1",
"rimraf": "^2.4.3",
"strip-ansi": "^3.0.0"
}
}