mirror of
https://github.com/samsonjs/samhuri.net.git
synced 2026-03-28 09:35:45 +00:00
reorder projects
This commit is contained in:
parent
3f609a51f4
commit
dc930a06ae
1 changed files with 13 additions and 13 deletions
|
|
@ -1,13 +1,10 @@
|
|||
{ "projects" :
|
||||
[ { "name" : "batteries"
|
||||
, "description" : "a general purpose node library"
|
||||
[ { "name" : "strftime"
|
||||
, "description" : "strftime for JavaScript"
|
||||
}
|
||||
, { "name" : "bin"
|
||||
, "description" : "~/bin"
|
||||
}
|
||||
, { "name" : "cheat.el"
|
||||
, "description" : "cheat from emacs"
|
||||
}
|
||||
, { "name" : "compiler"
|
||||
, "description" : "an x86 compiler written in ruby"
|
||||
}
|
||||
|
|
@ -20,6 +17,12 @@
|
|||
, { "name" : "gitter"
|
||||
, "description" : "a GitHub client for Node (v3 API)"
|
||||
}
|
||||
, { "name" : "samhuri.net"
|
||||
, "description" : "this site"
|
||||
}
|
||||
, { "name" : "ThePusher"
|
||||
, "description" : "Github post receive hook router"
|
||||
}
|
||||
, { "name" : "lake"
|
||||
, "description" : "A simple implementation of Scheme in C"
|
||||
}
|
||||
|
|
@ -29,17 +32,14 @@
|
|||
, { "name" : "NorthWatcher"
|
||||
, "description" : "cron for filesystem changes"
|
||||
}
|
||||
, { "name" : "batteries"
|
||||
, "description" : "a general purpose node library"
|
||||
}
|
||||
, { "name" : "repl-edit"
|
||||
, "description" : "edit Node repl commands with your text editor"
|
||||
}
|
||||
, { "name" : "samhuri.net"
|
||||
, "description" : "this site"
|
||||
}
|
||||
, { "name" : "strftime"
|
||||
, "description" : "strftime for JavaScript"
|
||||
}
|
||||
, { "name" : "ThePusher"
|
||||
, "description" : "Github post receive hook router"
|
||||
, { "name" : "cheat.el"
|
||||
, "description" : "cheat from emacs"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue