reorder projects

This commit is contained in:
Sami Samhuri 2013-07-02 21:20:53 -07:00
parent 3f609a51f4
commit dc930a06ae

View file

@ -1,13 +1,10 @@
{ "projects" : { "projects" :
[ { "name" : "batteries" [ { "name" : "strftime"
, "description" : "a general purpose node library" , "description" : "strftime for JavaScript"
} }
, { "name" : "bin" , { "name" : "bin"
, "description" : "~/bin" , "description" : "~/bin"
} }
, { "name" : "cheat.el"
, "description" : "cheat from emacs"
}
, { "name" : "compiler" , { "name" : "compiler"
, "description" : "an x86 compiler written in ruby" , "description" : "an x86 compiler written in ruby"
} }
@ -20,6 +17,12 @@
, { "name" : "gitter" , { "name" : "gitter"
, "description" : "a GitHub client for Node (v3 API)" , "description" : "a GitHub client for Node (v3 API)"
} }
, { "name" : "samhuri.net"
, "description" : "this site"
}
, { "name" : "ThePusher"
, "description" : "Github post receive hook router"
}
, { "name" : "lake" , { "name" : "lake"
, "description" : "A simple implementation of Scheme in C" , "description" : "A simple implementation of Scheme in C"
} }
@ -29,17 +32,14 @@
, { "name" : "NorthWatcher" , { "name" : "NorthWatcher"
, "description" : "cron for filesystem changes" , "description" : "cron for filesystem changes"
} }
, { "name" : "batteries"
, "description" : "a general purpose node library"
}
, { "name" : "repl-edit" , { "name" : "repl-edit"
, "description" : "edit Node repl commands with your text editor" , "description" : "edit Node repl commands with your text editor"
} }
, { "name" : "samhuri.net" , { "name" : "cheat.el"
, "description" : "this site" , "description" : "cheat from emacs"
}
, { "name" : "strftime"
, "description" : "strftime for JavaScript"
}
, { "name" : "ThePusher"
, "description" : "Github post receive hook router"
} }
] ]
} }