This repository has been archived by the owner on Sep 16, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 860
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #544 from olefredrik/feature/autoprefixer
Feature/autoprefixer
- Loading branch information
Showing
3 changed files
with
66 additions
and
47 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,47 +1,51 @@ | ||
{ | ||
"name": "foundationpress", | ||
"title": "FoundationPress", | ||
"version": "1.6.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.6.4", | ||
"grunt": "~0.4.5", | ||
"grunt-browser-sync": "^2.1.3", | ||
"grunt-cli": "^0.1.13", | ||
"grunt-contrib-compress": "~0.14.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.1.0", | ||
"grunt-string-replace": "~0.2.7", | ||
"node-sass": "~3.4.1", | ||
"time-grunt": "~1.1.0" | ||
}, | ||
"scripts": { | ||
"build": "grunt build", | ||
"grunt": "grunt", | ||
"postinstall": "bower install && grunt build", | ||
"watch": "grunt watch", | ||
"browsersync": "grunt browser-sync", | ||
"package": "grunt package" | ||
} | ||
"name": "foundationpress", | ||
"title": "FoundationPress", | ||
"version": "1.7.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": { | ||
"autoprefixer": "^6.1.0", | ||
"bower": "~1.6.4", | ||
"cssnano": "^3.3.2", | ||
"grunt": "~0.4.5", | ||
"grunt-browser-sync": "^2.1.3", | ||
"grunt-cli": "^0.1.13", | ||
"grunt-contrib-compress": "~0.14.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-postcss": "^0.7.1", | ||
"grunt-sass": "~1.1.0", | ||
"grunt-string-replace": "~0.2.7", | ||
"node-sass": "~3.4.1", | ||
"pixrem": "^3.0.0", | ||
"time-grunt": "~1.1.0" | ||
}, | ||
"scripts": { | ||
"build": "grunt build", | ||
"grunt": "grunt", | ||
"postinstall": "bower install && grunt build", | ||
"watch": "grunt watch", | ||
"browsersync": "grunt browser-sync", | ||
"package": "grunt package" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters