package: update description and keywords

This commit is contained in:
Micooz 2017-08-08 15:17:23 +08:00
parent 70d73625a5
commit 14504d9d89

@ -1,8 +1,8 @@
{ {
"name": "blinksocks", "name": "blinksocks",
"version": "2.4.9", "version": "2.4.9",
"description": "Yet another secure proxy, designed for speed.", "description": "A framework for building composable proxy protocol stack",
"main": "lib/index.js", "main": "build/index.js",
"files": [ "files": [
"bin", "bin",
"build", "build",
@ -67,15 +67,19 @@
"socks4", "socks4",
"socks4a", "socks4a",
"http", "http",
"protocol",
"proxy", "proxy",
"nodejs", "nodejs",
"node",
"blinksocks", "blinksocks",
"shadowsocks", "shadowsocks",
"shadowsocksr", "shadowsocksr",
"middleware", "middleware",
"flexible", "flexible",
"composable",
"customizable", "customizable",
"aead" "aead",
"obfs"
], ],
"author": "Micooz <micooz@hotmail.com>", "author": "Micooz <micooz@hotmail.com>",
"license": "Apache-2.0", "license": "Apache-2.0",
@ -84,7 +88,7 @@
}, },
"jest": { "jest": {
"testPathIgnorePatterns": [ "testPathIgnorePatterns": [
"<rootDir>/lib/" "<rootDir>/build/"
], ],
"coverageDirectory": "./coverage/", "coverageDirectory": "./coverage/",
"collectCoverage": true "collectCoverage": true