UNPKG

1.53 kBJSONView Raw
1{
2 "author": "Mimiko Phonowell <phonowell@gmail.com>",
3 "bugs": {
4 "url": "https://github.com/phonowell/fire-keeper/issues"
5 },
6 "dependencies": {
7 "achain": "^1.1.4",
8 "archiver": "^3.0.3",
9 "download": "^7.1.0",
10 "fs-extra": "^8.1.0",
11 "gulp": "^4.0.2",
12 "gulp-clean-css": "^4.2.0",
13 "gulp-coffee": "^3.0.3",
14 "gulp-coffeelint": "^0.6.0",
15 "gulp-htmlmin": "^5.0.1",
16 "gulp-if": "^3.0.0",
17 "gulp-include": "^2.4.1",
18 "gulp-livereload": "^4.0.1",
19 "gulp-markdown": "^4.0.0",
20 "gulp-pug": "^4.0.1",
21 "gulp-rename": "^1.4.0",
22 "gulp-stylint": "^4.0.2",
23 "gulp-stylus": "^2.7.0",
24 "gulp-uglify": "^3.0.2",
25 "gulp-using": "^0.1.1",
26 "gulp-watch": "^5.0.1",
27 "gulp-yaml": "^2.0.4",
28 "gulp-zip": "^5.0.0",
29 "js-yaml": "^3.13.1",
30 "klaw": "^3.0.0",
31 "markdownlint": "^0.15.0",
32 "ora": "^3.4.0",
33 "prompts": "^2.1.0",
34 "ssh2": "^0.8.5",
35 "uglify-es": "^3.3.9",
36 "yargs": "^13.3.0"
37 },
38 "description": "A little helper to make gulpfile(s) simple.",
39 "devDependencies": {
40 "mocha": "^6.2.0"
41 },
42 "homepage": "https://github.com/phonowell/fire-keeper",
43 "keywords": [
44 "coffeescript",
45 "fire-keeper",
46 "gulp",
47 "toolkit"
48 ],
49 "license": "MIT",
50 "main": "./index.js",
51 "name": "fire-keeper",
52 "repository": {
53 "type": "git",
54 "url": "https://github.com/phonowell/fire-keeper.git"
55 },
56 "scripts": {
57 "test": "mocha --timeout 30000"
58 },
59 "url": "https://github.com/phonowell/fire-keeper",
60 "version": "0.0.160"
61}
\No newline at end of file