Skip to content
This repository has been archived by the owner on Sep 16, 2019. It is now read-only.

Add info to package.json #418

Merged
merged 1 commit into from
Aug 19, 2015
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions css/foundation.css

Large diffs are not rendered by default.

126 changes: 63 additions & 63 deletions css/foundation.css.map

Large diffs are not rendered by default.

9 changes: 4 additions & 5 deletions js/foundation.js

Large diffs are not rendered by default.

15 changes: 11 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,17 @@
{
"name": "foundationpress",
"title": "FoundationPress",
"version": "1.1.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",
Expand All @@ -14,10 +25,6 @@
"node-sass": "3.2.0",
"time-grunt": "^1.1.0"
},
"repository": {
"type": "git",
"url": "https://github.com/olefredrik/FoundationPress.git"
},
"scripts": {
"build": "grunt build",
"grunt": "grunt",
Expand Down