Skip to content

Commit

Permalink
initial package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
supershabam committed Jan 17, 2013
1 parent 8c3c0d2 commit 4db89d9
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions package.json
@@ -0,0 +1,19 @@
{
"name": "jsosort",
"version": "0.0.0",
"description": "sort javascript objects so that their properties iterate in a known order",
"main": "index.js",
"scripts": {
"test": "mocha"
},
"repository": {
"type": "git",
"url": "git://github.com/supershabam/jsosort"
},
"keywords": [
"sort",
"object"
],
"author": "Ian Hansen",
"license": "MIT"
}

0 comments on commit 4db89d9

Please sign in to comment.