This repository has been archived by the owner on Jun 15, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
66 lines (66 loc) · 1.69 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
{
"name": "@cloudcannon/suite",
"version": "2.0.3-rc1",
"description": "A suite of gulp tools to manage static sites on CloudCannon",
"main": "index.js",
"directories": {
"doc": "docs"
},
"scripts": {
"test": "mocha test/unit/**/*.js --reporter spec --check-leaks --bail"
},
"repository": {
"type": "git",
"url": "git+https://github.com/CloudCannon/cloudcannon-suite.git"
},
"keywords": [
"Gulp",
"CloudCannon",
"Jekyll",
"Static sites"
],
"author": "CloudCannon Inc.",
"license": "MIT",
"bugs": {
"url": "https://github.com/CloudCannon/cloudcannon-suite/issues"
},
"homepage": "https://github.com/CloudCannon/cloudcannon-suite#readme",
"dependencies": {
"@cloudcannon/screenshot-util": "^1.1.12",
"@google-cloud/language": "^4.1.0",
"ansi-colors": "^3.2.1",
"async": "^2.6.1",
"await-exec": "^0.1.2",
"bluebird": "^3.5.3",
"browser-sync": "^2.26.12",
"bufferstreams": "^2.0.1",
"cheerio": "^1.0.0-rc.3",
"cssurl": "1.3.0",
"defaults": "^1.0.3",
"del": "^3.0.0",
"fancy-log": "^1.3.2",
"fs-extra": "5.0.0",
"googleapis": "^39.2.0",
"gulp": "^4.0.0",
"gulp-props2json": "^2.0.0",
"gulp-rename": "^1.4.0",
"gulp-task-listing": "^1.1.0",
"js-yaml": "^3.13.1",
"merge-img": "^2.1.3",
"merge-options": "^1.0.1",
"plugin-error": "^1.0.1",
"properties": "^1.2.1",
"puppeteer": "^1.10.0",
"request": "^2.88.0",
"sort-object-keys": "^1.1.2",
"srcset": "^1.0.0",
"through2": "^3.0.0",
"underscore": "^1.9.1",
"unicharadata": "^9.0.0-alpha.6",
"url-parse": "^1.4.4",
"vinyl": "^2.2.0"
},
"devDependencies": {
"mocha": "^8.2.1"
}
}