forked from xfiveco/generator-chisel
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
52 lines (52 loc) · 1.28 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
51
52
{
"name": "generator-chisel",
"version": "0.16.1",
"description": "A Yeoman generator for scaffolding front-end and WordPress projects",
"homepage": "https://www.getchisel.co/",
"author": {
"name": "Xfive",
"email": "[email protected]",
"url": "https://www.xfive.co"
},
"files": [
"generators",
"helpers"
],
"main": "generators\\index.js",
"keywords": [
"yeoman-generator",
"twig",
"wordpress",
"scss",
"itcss",
"webpack",
"babel"
],
"scripts": {
"test": "bash test/run-tests.sh",
"prepublish": "php -r \"copy('https://raw.githubusercontent.com/wp-cli/builds/gh-pages/phar/wp-cli.phar', 'helpers/wp-cli.phar'); if(!file_exists('helpers/wp-cli.phar')) exit(1);\""
},
"dependencies": {
"async": "^2.6.3",
"chalk": "^2.4.2",
"command-exists": "^1.2.8",
"fs-extra": "^8.1.0",
"limax": "^1.7.0",
"lodash": "^4.17.15",
"mysql": "^2.17.1",
"update-notifier": "^3.0.1",
"yeoman-generator": "^4.0.1"
},
"devDependencies": {
"cross-spawn": "^6.0.5",
"eslint": "^6.1.0",
"mocha": "^6.2.0",
"yeoman-assert": "^3.1.1",
"yeoman-test": "^2.0.0"
},
"engines": {
"node": "^8.10.0 || ^10.13.0"
},
"repository": "[email protected]:xfiveco/generator-chisel.git",
"license": "MIT"
}