UNPKG

1.65 kBJSONView Raw
1{
2 "name": "fire-keeper",
3 "version": "0.0.99",
4 "description": "A little helper to make gulpfile(s) simple.",
5 "main": "./index.js",
6 "scripts": {
7 "test": "mocha"
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": "^5.0.0"
25 },
26 "dependencies": {
27 "archiver": "^2.1.1",
28 "babel-core": "^6.26.0",
29 "babel-preset-env": "^1.6.1",
30 "download": "^6.2.5",
31 "fs-extra": "^5.0.0",
32 "gulp": "^3.9.1",
33 "gulp-changed": "^3.2.0",
34 "gulp-clean-css": "^3.9.2",
35 "gulp-coffee": "^3.0.2",
36 "gulp-coffeelint": "^0.6.0",
37 "gulp-htmlmin": "^4.0.0",
38 "gulp-if": "^2.0.2",
39 "gulp-ignore": "^2.0.2",
40 "gulp-include": "^2.3.1",
41 "gulp-livereload": "^3.8.1",
42 "gulp-markdown": "^2.0.1",
43 "gulp-plumber": "^1.2.0",
44 "gulp-pug": "^3.3.0",
45 "gulp-rename": "^1.2.2",
46 "gulp-sourcemaps": "^2.6.4",
47 "gulp-stylint": "^4.0.1",
48 "gulp-stylus": "^2.7.0",
49 "gulp-uglify": "^3.0.0",
50 "gulp-unzip": "^1.0.0",
51 "gulp-using": "^0.1.1",
52 "gulp-util": "^3.0.8",
53 "gulp-watch": "^5.0.0",
54 "gulp-yaml": "^1.0.1",
55 "gulp-zip": "^4.1.0",
56 "klaw": "^2.1.1",
57 "markdownlint": "^0.7.0",
58 "node-jquery-extend": "0.0.22",
59 "ssh2": "^0.5.5",
60 "uglify-es": "^3.3.9",
61 "yargs": "^11.0.0"
62 }
63}