Ghost/ghost/members-browser-auth/package.json
2019-04-22 01:29:05 +00:00

33 lines
760 B
JSON

{
"name": "@tryghost/members-browser-auth",
"version": "0.1.0",
"repository": "https://github.com/TryGhost/Members/tree/master/packages/members-browser-auth",
"author": "Ghost Foundation",
"license": "MIT",
"main": "index.js",
"scripts": {
"dev": "echo \"Implement me!\"",
"test": "NODE_ENV=testing mocha './test/**/*.test.js'",
"lint": "eslint '**/*.js'",
"posttest": "yarn lint"
},
"files": [
"index.js",
"lib"
],
"publishConfig": {
"access": "public"
},
"devDependencies": {
"mocha": "6.1.4",
"should": "13.2.3",
"sinon": "7.3.2"
},
"dependencies": {
"@tryghost/members-gateway-api": "^0.1.1",
"bluebird": "^3.5.4",
"ghost-ignition": "^3.1.0",
"lodash": "^4.17.11"
}
}