-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
executable file
·39 lines (39 loc) · 1.22 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
{
"name": "scratch",
"title": "Scratch",
"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.",
"version": "0.1.0",
"homepage": "https://github.com/mrdink/scratch",
"author": {
"name": "Justin Peacock",
"email": "hello@byjust.in",
"url": "https://byjust.in"
},
"dependencies": {
"animate.css": "^3.5.2",
"font-awesome": "^4.7.0",
"foundation-sites": "^6.4.3"
},
"devDependencies": {
"autoprefixer": "^7.1.4",
"grunt": "^1.0.1",
"grunt-browser-sync": "^2.2.0",
"grunt-contrib-clean": "^1.1.0",
"grunt-contrib-compress": "^1.4.3",
"grunt-contrib-concat": "^1.0.1",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-jshint": "^1.1.0",
"grunt-contrib-watch": "^1.0.0",
"grunt-image": "^3.0.0",
"grunt-notify": "^0.4.5",
"grunt-postcss": "^0.9.0",
"grunt-rtlcss": "^2.0.1",
"grunt-sass": "^2.0.0",
"grunt-wp-i18n": "^1.0.0",
"load-grunt-config": "^0.19.2",
"load-grunt-tasks": "^3.5.2",
"node-sass": "^4.5.3",
"pixrem": "^4.0.1",
"time-grunt": "^1.4.0"
}
}