Skip to content

Commit

Permalink
Merge pull request #13 from benqus/chore/npm-package
Browse files Browse the repository at this point in the history
Adding package.json for NPM support
  • Loading branch information
Gustavo Henke committed Dec 3, 2014
2 parents 8981720 + b8c8073 commit ac6c345
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
{
"name": "open-sans-fontface",
"version": "1.1.0",
"main": "./open-sans.css",
"homepage": "https://github.com/FontFaceKit/open-sans",
"authors": [
"Gustavo Henke <[email protected]>",
"Martin Domke <[email protected]>"
],
"description": "The Open Sans fontface",
"keywords": [
"font"
],
"license": "Apache License version 2.0",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
]
}

0 comments on commit ac6c345

Please sign in to comment.