diff --git a/data.json b/data.json index 4687f4a..3eaec1d 100644 --- a/data.json +++ b/data.json @@ -140,47 +140,62 @@ ] }, { - "name": "CFTM", + "name": "CF SQLite3", "image": "https://avatars.githubusercontent.com/u/74613738?s=32", - "text": "Cinnabar Forge Text Markup spec and tools", + "text": "sqlite3 wrapper", "links": [ { "text": "github", - "url": "https://github.com/cinnabar-forge/markup" + "url": "https://github.com/cinnabar-forge/cf-sqlite3" }, { "text": "npm", - "url": "https://www.npmjs.com/package/cftm" + "url": "https://www.npmjs.com/package/@cinnabar-forge/cf-sqlite3" } ] }, { - "name": "CF SQLite3", + "name": "CF Utils", "image": "https://avatars.githubusercontent.com/u/74613738?s=32", - "text": "sqlite3 wrapper", + "text": "common utility functions set", "links": [ { "text": "github", - "url": "https://github.com/cinnabar-forge/cf-sqlite3" + "url": "https://github.com/cinnabar-forge/node-utils" }, { "text": "npm", - "url": "https://www.npmjs.com/package/@cinnabar-forge/cf-sqlite3" + "url": "https://www.npmjs.com/package/@cinnabar-forge/utils" } ] }, { - "name": "CF Utils", + "name": "CFTM", "image": "https://avatars.githubusercontent.com/u/74613738?s=32", - "text": "common utility functions set", + "text": "Cinnabar Forge Text Markup spec and tools", "links": [ { "text": "github", - "url": "https://github.com/cinnabar-forge/node-utils" + "url": "https://github.com/cinnabar-forge/markup" }, { "text": "npm", - "url": "https://www.npmjs.com/package/@cinnabar-forge/utils" + "url": "https://www.npmjs.com/package/cftm" + } + ] + }, + { + "name": "Clivo", + "image": "https://avatars.githubusercontent.com/u/74613738?s=32", + "text": "Simple CLI tools library", + "links": [ + { + "text": "github", + "url": "https://github.com/cinnabar-forge/clivo" + }, + { + "text": "npm", + "url": "https://www.npmjs.com/package/clivo" } ] },