-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
50 lines (50 loc) · 1.07 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
{
"name": "gulpfile-generator",
"version": "1.4.0",
"description": "An interactive generator for custom Gulp configurations",
"author": "Simon Egersand <[email protected]>",
"license": "MIT",
"preferGlobal": true,
"keywords": [
"gulp",
"gulp file",
"configuration",
"generator",
"devserver",
"cli"
],
"repository": {
"type": "git",
"url": "https://github.com/simeg/gulpfile-generator.git"
},
"bugs": {
"url": "https://github.com/simeg/gulpfile-generator/issues"
},
"engines": {
"node": ">=0.12.0"
},
"bin": {
"gulpfile-generator": "source/cli.js"
},
"dependencies": {
"cli-list": "0.2.0",
"growl": "^1.10.2",
"inquirer": "2.0.0"
},
"devDependencies": {
"eslint": "5.10.0",
"eslint-plugin-html": "3",
"gulp": "3.9.1",
"gulp-istanbul": "1.1.1",
"gulp-jsonlint": "1.1.2",
"gulp-mocha": "3.0.1",
"gulp-plumber": "1.1.0",
"mocha": "3.1.2",
"mocha-sinon": "1.1.6",
"mock-fs": "4.7.0",
"sinon": "1.17.6"
},
"resolutions": {
"graceful-fs": "4.2.4"
}
}