Skip to content
This repository has been archived by the owner on May 5, 2021. It is now read-only.

Commit

Permalink
update deps, readme, 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
LukeAskew committed Apr 8, 2015
1 parent c8ead0b commit 4303273
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 26 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

> _fabricate_ - to make by assembling parts or sections.
Fabricator is a tool for creating website UI toolkits - _think ["Tiny Bootstraps, for Every Client"](http://daverupert.com/2013/04/responsive-deliverables/#tiny-bootstraps-for-every-client)_
Fabricator is a tool for building website UI toolkits - _think ["Tiny Bootstraps, for Every Client"](http://daverupert.com/2013/04/responsive-deliverables/#tiny-bootstraps-for-every-client)_

## Quick Start

Expand Down
47 changes: 22 additions & 25 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "fabricator",
"version": "0.7.0",
"description": "Fabricator is a tool for creating modular website toolkits",
"homepage": "http://resource.github.io/fabricator/",
"version": "1.0.0",
"description": "A tool for building website UI toolkits",
"homepage": "http://fbrctr.github.io/fabricator/",
"main": "README.md",
"scripts": {
"gulp": "gulp",
Expand All @@ -12,42 +12,39 @@
},
"keywords": [
"toolkit",
"styleguide",
"framework",
"scaffold",
"patterns",
"library"
],
"author": "Luke Askew",
"licenses": [
{
"type": "MIT",
"url": "https://github.com/resource/fabricator/blob/master/LICENSE.md"
}
],
"licenses": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/resource/fabricator.git"
"url": "https://github.com/fbrctr/fabricator.git"
},
"engines": {
"node": ">=0.10.0"
"node": ">=0.10.0",
"npm": ">=2.0.0"
},
"devDependencies": {
"browser-sync": "^2.3.1",
"browserify": "^9.0.3",
"del": "^1.1.0",
"fabricator-assemble": "^0.1.5",
"gulp": "^3.8.10",
"gulp-autoprefixer": "^2.0.0",
"gulp-concat": "^2.4.2",
"browser-sync": "^2.5.3",
"browserify": "^9.0.7",
"del": "^1.1.1",
"fabricator-assemble": "^1.0.0",
"gulp": "^3.8.11",
"gulp-autoprefixer": "^2.1.0",
"gulp-concat": "^2.5.2",
"gulp-csso": "^1.0.0",
"gulp-if": "~1.2.2",
"gulp-imagemin": "^2.0.0",
"gulp-rename": "~1.2.0",
"gulp-sass": "^1.1.0",
"gulp-if": "^1.2.5",
"gulp-imagemin": "^2.2.1",
"gulp-rename": "^1.2.2",
"gulp-sass": "^1.3.3",
"gulp-streamify": "0.0.5",
"gulp-uglify": "^1.0.1",
"gulp-util": "^3.0.1",
"run-sequence": "^1.0.1",
"gulp-uglify": "^1.1.0",
"gulp-util": "^3.0.4",
"run-sequence": "^1.0.2",
"vinyl-source-stream": "^1.1.0"
}
}

0 comments on commit 4303273

Please sign in to comment.