forked from olefredrik/FoundationPress
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 1.16 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
{
"name": "foundationpress",
"title": "FoundationPress",
"version": "1.4.0",
"description": "FoundationPress is a WordPress starter theme based on Foundation 5 by Zurb",
"keywords": [
"FoundationPress",
"WordPress",
"starter theme",
"Foundation",
"semantic",
"mobile first",
"customizable",
"responsive"
],
"homepage": "http://foundationpress.olefredrik.com/",
"bugs": "https://github.com/olefredrik/FoundationPress/issues",
"license": "MIT",
"main": "Gruntfile.js",
"repository": {
"type": "git",
"url": "https://github.com/olefredrik/FoundationPress.git"
},
"devDependencies": {
"bower": "^1.4.1",
"grunt": "~0.4.1",
"grunt-cli": "^0.1.13",
"grunt-contrib-compress": "^0.13.0",
"grunt-contrib-concat": "~0.3.0",
"grunt-contrib-copy": "~0.4.1",
"grunt-contrib-uglify": "~0.2.7",
"grunt-contrib-watch": "~0.5.3",
"grunt-sass": "^1.0.0",
"grunt-string-replace": "~0.2.7",
"node-sass": "3.2.0",
"time-grunt": "^1.1.0"
},
"scripts": {
"build": "grunt build",
"grunt": "grunt",
"postinstall": "bower install && grunt build",
"watch": "grunt watch"
}
}