Skip to content
This repository was archived by the owner on Jan 20, 2020. It is now read-only.

Commit eb75c05

Browse files
author
Luciano Nooijen
committed
Updated Package.json to BCOS
1 parent 4ddf7f0 commit eb75c05

File tree

1 file changed

+14
-6
lines changed

1 file changed

+14
-6
lines changed

package.json

Lines changed: 14 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,33 @@
11
{
22
"name": "nodejs-blog",
3-
"version": "0.0.8",
3+
"version": "1.0.0-alpha.1",
44
"description": "A blog API built in NodeJS that can be used as a standalone application, or included in a NodeJS application",
55
"main": "index.js",
6-
"author": "Luciano Nooijen <luciano@bytecode.nl> (https://bytecode.nl)",
6+
"author": "Bytecode Digital Agency <opensource@bytecode.nl> (https://bytecode.nl)",
77
"license": "GPL-3.0-only",
88
"private": false,
9-
"homepage": "https://github.com/lucianonooijen/NodeJS-Blog",
9+
"homepage": "https://github.com/BytecodeOpenSource/NodeJS-Blog",
1010
"bugs": {
11-
"url": "https://github.com/lucianonooijen/NodeJS-Blog/issues"
11+
"url": "https://github.com/BytecodeOpenSource/NodeJS-Blog/issues"
1212
},
1313
"repository": {
1414
"type": "git",
15-
"url": "https://github.com/lucianonooijen/NodeJS-Blog"
15+
"url": "https://github.com/BytecodeOpenSource/NodeJS-Blog"
1616
},
1717
"keywords": [
1818
"blog",
19+
"blogging",
20+
"blog-platform",
21+
"platform",
1922
"bytecode",
2023
"node-blog",
2124
"nodejs-blog",
22-
"api"
25+
"api",
26+
"sql",
27+
"postgres",
28+
"postgresql",
29+
"knex",
30+
"knexjs"
2331
],
2432
"engines": {
2533
"node": ">=8.0.0"

0 commit comments

Comments
 (0)