UNPKG

1.45 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.1.1",
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-markdown": "^5.0.1",
18 "gulp-pug": "^4.0.1",
19 "gulp-rename": "^1.4.0",
20 "gulp-stylint": "^4.0.2",
21 "gulp-stylus": "^2.7.0",
22 "gulp-uglify": "^3.0.2",
23 "gulp-using": "^0.1.1",
24 "gulp-watch": "^5.0.1",
25 "gulp-yaml": "^2.0.4",
26 "js-yaml": "^3.13.1",
27 "klaw": "^3.0.0",
28 "markdownlint": "^0.17.2",
29 "ora": "^4.0.2",
30 "prompts": "^2.2.1",
31 "ssh2": "^0.8.5",
32 "uglify-es": "^3.3.9",
33 "yargs": "^14.2.0"
34 },
35 "description": "A little helper to make gulpfile(s) simple.",
36 "devDependencies": {
37 "mocha": "^6.2.2"
38 },
39 "homepage": "https://github.com/phonowell/fire-keeper",
40 "keywords": [
41 "coffeescript",
42 "fire-keeper",
43 "gulp",
44 "toolkit"
45 ],
46 "license": "MIT",
47 "main": "./index.js",
48 "name": "fire-keeper",
49 "repository": {
50 "type": "git",
51 "url": "https://github.com/phonowell/fire-keeper.git"
52 },
53 "scripts": {
54 "test": "mocha --timeout 30000"
55 },
56 "url": "https://github.com/phonowell/fire-keeper",
57 "version": "0.0.168"
58}
\No newline at end of file