forked from xfiveco/generator-chisel
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
52 lines (52 loc) · 1.24 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.14.0",
"description": "A Yeoman generator for scaffolding front-end and WordPress projects",
"homepage": "",
"author": {
"name": "Xfive",
"email": "hello@xfive.co",
"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.0",
"chalk": "^2.3.2",
"command-exists": "^1.2.6",
"fs-extra": "^4.0.0",
"limax": "^1.6.0",
"lodash": "^4.17.5",
"mysql": "^2.15.0",
"update-notifier": "^2.3.0",
"yeoman-generator": "2.0.4"
},
"devDependencies": {
"cross-spawn": "^6.0.5",
"eslint": "^4.19.0",
"mocha": "^5.0.4",
"yeoman-assert": "^3.1.0",
"yeoman-test": "^1.7.0"
},
"engines": {
"node": ">=6"
},
"repository": "git@github.com:xfiveco/generator-chisel.git",
"license": "MIT"
}