加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
package.json 774 Bytes
一键复制 编辑 原始数据 按行查看 历史
Andrew Sliwinski 提交于 2016-11-03 17:35 . Clean-up package for release
{
"name": "scratch-auth",
"version": "1.0.0",
"description": "Authentication utilities for Scratch",
"author": "Massachusetts Institute of Technology",
"license": "BSD-3-Clause",
"homepage": "https://github.com/LLK/scratch-auth#readme",
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/LLK/scratch-auth.git"
},
"main": "index.js",
"scripts": {
"test": "npm run lint && npm run tap",
"lint": "eslint .",
"tap": "tap test/{unit,integration}/*.js",
"coverage": "tap test/{unit,integration}/*.js --coverage --coverage-report=lcov"
},
"dependencies": {
"pako": "1.0.3"
},
"devDependencies": {
"babel-eslint": "7.1.0",
"eslint": "3.9.1",
"eslint-config-scratch": "2.0.3",
"tap": "8.0.0"
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化