UNPKG

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