3 Star 0 Fork 0

mirrors_codegangsta/authdemo

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
package.json 764 Bytes
一键复制 编辑 原始数据 按行查看 历史
Alberto Ricart 提交于 2020-04-25 10:52 . updated for nats.ws api changes
{
"name": "authdemo",
"version": "1.0.0",
"description": "",
"scripts": {
"postinstall": "cp ./node_modules/nats.ws/nats.* content_root/assets",
"test": "npm run test-html && npm run test-js",
"test-html": "standard --plugin html './content_root/*.html'",
"test-js": "standard './content_root/*.js'",
"fmt": "standard --fix './content_root/*.js'"
},
"repository": {
"type": "git",
"url": "git+https://github.com/aricart/authdemo.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/aricart/authdemo/issues"
},
"homepage": "https://github.com/aricart/authdemo#readme",
"dependencies": {
"eslint-plugin-html": "^6.0.1",
"nats.ws": "^1.0.0-17",
"standard": "^14.3.3"
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/mirrors_codegangsta/authdemo.git
git@gitee.com:mirrors_codegangsta/authdemo.git
mirrors_codegangsta
authdemo
authdemo
master

搜索帮助