Skip to content

Commit

Permalink
Add package.json for browserify/webpack
Browse files Browse the repository at this point in the history
  • Loading branch information
tomchentw committed Apr 27, 2015
1 parent 2c6ab76 commit 147cc0f
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
{
"name": "github-fork-ribbon-css",
"version": "0.1.1",
"description": "\"Fork me on GitHub\" CSS ribbon",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/simonwhitaker/github-fork-ribbon-css.git"
},
"keywords": [
"css",
"fork",
"GitHub",
"ribbon"
],
"author": "Simon Whitaker",
"license": "MIT",
"bugs": {
"url": "https://github.com/simonwhitaker/github-fork-ribbon-css/issues"
},
"homepage": "https://simonwhitaker.github.io/github-fork-ribbon-css/"
}

0 comments on commit 147cc0f

Please sign in to comment.