Skip to content

Commit

Permalink
Adding package.json for NPM support
Browse files Browse the repository at this point in the history
  • Loading branch information
Bence Kormos committed Dec 3, 2014
1 parent 8981720 commit b8c8073
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 b8c8073

Please sign in to comment.