Browse Source

1.1.6

master
peter 4 years ago
parent
commit
ef8e42c97f
1 changed files with 8 additions and 4 deletions
  1. 8
    4
      package.json

+ 8
- 4
package.json View File

1
 {
1
 {
2
   "name": "rpclibrary",
2
   "name": "rpclibrary",
3
-  "version": "1.1.5",
4
-  "description": "",
3
+  "version": "1.1.6",
4
+  "description": "rpclibrary is a websocket on steroids!",
5
   "main": "./js/Index.js",
5
   "main": "./js/Index.js",
6
+  "repository": {
7
+    "type" : "git",
8
+    "url" : "https://gitea.frontblock.me/fw-vendor/rpclibrary"
9
+  },
6
   "scripts": {
10
   "scripts": {
7
     "tsc": "tsc",
11
     "tsc": "tsc",
8
     "webpack": "webpack --config ./src/webpack.js",
12
     "webpack": "webpack --config ./src/webpack.js",
13
     "test": "mocha js/test/Test.js",
17
     "test": "mocha js/test/Test.js",
14
     "docs": "typedoc --out docs ./src --readme ./README.md --plugin typedoc-plugin-markdown --mode file --hideBreadcrumbs --hideSources"
18
     "docs": "typedoc --out docs ./src --readme ./README.md --plugin typedoc-plugin-markdown --mode file --hideBreadcrumbs --hideSources"
15
   },
19
   },
16
-  "author": "",
17
-  "license": "ISC",
20
+  "author": "frontwork.me",
21
+  "license": "MIT",
18
   "devDependencies": {
22
   "devDependencies": {
19
     "@types/expect": "^1.20.4",
23
     "@types/expect": "^1.20.4",
20
     "@types/express": "^4.17.0",
24
     "@types/express": "^4.17.0",

Loading…
Cancel
Save