UNPKG

weave-auth

Version:

31 lines (30 loc) 554 B
{ "name": "weave-auth", "version": "0.0.9", "description": "", "main": "index.js", "directories": { "test": "test" }, "scripts": { "test-ci": "jest --watch", "test": "jest" }, "author": "", "license": "ISC", "dependencies": { "jsonwebtoken": "^8.2.1", "weave-core": "^0.3.0-alpha7" }, "devDependencies": { "eslint-config-fw": "^1.0.1", "jest": "^22.4.3", "jest-cli": "^21.2.1" }, "jest": { "testEnvironment": "node", "coveragePathIgnorePatterns": [ "/node_modules/" ] } }