Skip to content

Commit

Permalink
Merge pull request #24 from marcobiedermann/hotfix/package.json
Browse files Browse the repository at this point in the history
add information to package.json
  • Loading branch information
matejlatin committed Feb 29, 2016
2 parents 40b8298 + b9eca61 commit bdfa790
Showing 1 changed file with 16 additions and 1 deletion.
17 changes: 16 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,21 @@
{
"name": "gutenberg-web-type",
"version": "0.1",
"version": "0.1.0",
"description": "Gutenberg is a flexible and simple–to–use web typography starter kit for web designers and developers. It’s a small step towards a better typography on the web. Beautiful typographic styles can be made by setting base type size, line-height (leading) and measure (max-width).",
"main": "index.html",
"dependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/matejlatin/Gutenberg.git"
},
"author": "Matej Latin",
"license": "ISC",
"bugs": {
"url": "https://github.com/matejlatin/Gutenberg/issues"
},
"devDependencies": {
"grunt": "~0.4.5",
"grunt-contrib-cssmin": "~0.10.0",
Expand Down

0 comments on commit bdfa790

Please sign in to comment.