Skip to content

Commit

Permalink
package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Delmer Reed committed Jun 10, 2014
1 parent ecca8d2 commit b66cc71
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
{
"name": "trie_lab",
"version": "0.0.0",
"description": "A trie lab",
"dependencies": {
"jasmine-node": "*"
},
"scripts": {
"test": "jasmine-node spec/trie_spec.js"
},
"repository": {
"type": "git",
"url": "https://github.com/wdi-sf-march-2014/trie_lab.git"
},
"keywords": [
"trie",
"tree"
],
"bugs": {
"url": "https://github.com/wdi-sf-march-2014/trie_lab/issues"
},
"homepage": "https://github.com/wdi-sf-march-2014/trie_lab"
}

0 comments on commit b66cc71

Please sign in to comment.