forked from mediacurrent/theme_generator_10
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
49 lines (49 loc) · 1.2 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
{
"name": "generator-mc-d10-theme",
"version": "1.0.16",
"description": "Yeoman generator for creating Drupal 10 component based themes.",
"homepage": "https://github.com/mediacurrent/theme_generator_10",
"author": {
"name": "Jay Callicott",
"email": "[email protected]",
"url": ""
},
"repository": "github:mediacurrent/theme_generator_10",
"files": [
"generators"
],
"main": "generators/index.js",
"keywords": [
"yeoman-generator",
"drupal"
],
"dependencies": {
"chalk": "^1.0.0",
"js-yaml": "^3.13.1",
"replace-in-file": "^5.0.2",
"yeoman-generator": "^3.1.1",
"yosay": "^1.0.0"
},
"devDependencies": {
"eslint": "^5.0.0",
"eslint-plugin-ejs": "0.0.2",
"gulp": "^4.0.2",
"gulp-eslint": "^5.0.0",
"gulp-exclude-gitignore": "^1.0.0",
"gulp-istanbul": "^1.1.3",
"gulp-line-ending-corrector": "^1.0.1",
"gulp-mocha": "^7.0.2",
"gulp-plumber": "^1.0.0",
"handlebars": "^4.7.6",
"isparta": "^4.1.1",
"lodash": "^4.17.15",
"mkdirp": "^0.5.1",
"path": "^0.12.7",
"yeoman-assert": "^2.0.0",
"yeoman-test": "^1.9.1"
},
"scripts": {
"test": "gulp"
},
"license": "MIT"
}