-
Notifications
You must be signed in to change notification settings - Fork 8
/
package.json
51 lines (51 loc) · 1.17 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
{
"name": "generator-scratch",
"version": "0.4.1",
"description": "Scratch is a starter theme generator based on _s and Foundation. It's a theme meant for hacking so don't use it as a Parent Theme. Instead try turning it into the next, most awesome, WordPress theme out there.",
"license": "MIT",
"main": "app/index.js",
"homepage": "https://www.npmjs.com/package/generator-scratch",
"bugs": "https://github.com/sixteenbit/generator-scratch/issues",
"repository": {
"type": "git",
"url": "[email protected]:sixteenbit/generator-scratch.git"
},
"author": {
"name": "Justin Peacock",
"email": "[email protected]",
"url": "https://byjust.in"
},
"engines": {
"node": ">=0.10.0"
},
"scripts": {
"test": "mocha"
},
"files": [
"app"
],
"keywords": [
"yeoman-generator",
"wordpress",
"theme",
"front-end",
"grunt",
"starter theme",
"_s",
"underscores",
"sass",
"foundation"
],
"dependencies": {
"yeoman-generator": "~0.20.1",
"chalk": "~1.1.0",
"lodash": "~3.10.0"
},
"devDependencies": {
"mocha": "*",
"async": "^1.3.0"
},
"peerDependencies": {
"yo": ">=1.4.7"
}
}