Add package nimobserver (#837)

* Added package nimobserver

* Update packages.json
This commit is contained in:
Ryan Cotter 2018-08-24 04:49:05 +08:00 committed by Dominik Picheta
parent 88cde4d40d
commit 0f619315b0

View File

@ -10451,5 +10451,18 @@
"description": "cjson wrapper for Nim",
"license": "MIT",
"web": "https://github.com/muxueqz/nim_cjson"
},
{
"name": "nimobserver",
"url": "https://github.com/Tangdongle/nimobserver",
"method": "git",
"tags": [
"observer",
"patterns",
"library"
],
"description": "An implementation of the observer pattern",
"license": "MIT",
"web": "https://github.com/Tangdongle/nimobserver"
}
]