Skip to content

Commit

Permalink
Merge pull request #2 from stephenmathieson/add/package-json
Browse files Browse the repository at this point in the history
Add a package.json file
  • Loading branch information
lavoiesl committed Jun 27, 2014
2 parents 19127cc + bb5910c commit c896424
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions package.json
@@ -0,0 +1,8 @@
{
"name": "osx-cpu-temp",
"version": "0.0.0",
"repo": "lavoiesl/osx-cpu-temp",
"description": "Outputs current CPU temperature in °C for OSX",
"keywords": ["osx", "cpu", "temperature"],
"install": "make install"
}

0 comments on commit c896424

Please sign in to comment.