Skip to content
This repository was archived by the owner on May 27, 2021. It is now read-only.

Commit

Permalink
Added package.json file
Browse files Browse the repository at this point in the history
  • Loading branch information
rxi committed Sep 14, 2014
1 parent 2dd4ac4 commit ec5f33c
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"name": "map",
"version": "0.1.0",
"repo": "rxi/map",
"description": "Type-safe generic hash map",
"keywords": ["hashmap", "map", "table", "hashtable", "dict", "dictionary"],
"license": "MIT",
"src": ["src/map.c", "src/map.h"]
}

0 comments on commit ec5f33c

Please sign in to comment.