mirror of
https://github.com/scratchfoundation/scratch-auth.git
synced 2025-06-13 04:00:20 -04:00
Clean-up package for release
This commit is contained in:
parent
48ed6e5ddc
commit
edafabb482
1 changed files with 4 additions and 4 deletions
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "scratch-auth",
|
||||
"version": "1.0.0",
|
||||
"description": "",
|
||||
"description": "Authentication utilities for Scratch",
|
||||
"author": "Massachusetts Institute of Technology",
|
||||
"license": "BSD-3-Clause",
|
||||
"homepage": "https://github.com/LLK/scratch-auth#readme",
|
||||
|
@ -16,13 +16,13 @@
|
|||
"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"
|
||||
},
|
||||
"dependencies": {
|
||||
"pako": "1.0.3"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue