Ghost/ghost/members-gateway-api/package.json
Fabien O'Carroll 33ff98f789 Published new versions
- @tryghost/magic-link@0.1.0
 - @tryghost/members-api@0.4.0
 - @tryghost/members-auth-pages@1.1.1
 - @tryghost/members-browser-auth@0.2.1
 - @tryghost/members-gateway-api@0.1.5
 - @tryghost/members-gateway-protocol@0.1.3
 - @tryghost/members-ssr@0.3.0
 - @tryghost/members-theme-bindings@0.2.4
2019-09-03 18:25:17 +08:00

36 lines
849 B
JSON

{
"name": "@tryghost/members-gateway-api",
"version": "0.1.5",
"repository": "https://github.com/TryGhost/Members/tree/master/packages/members-gateway-api",
"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": {
"eslint": "6.3.0",
"eslint-plugin-ghost": "0.5.0",
"mocha": "6.2.0",
"should": "13.2.3",
"sinon": "7.4.1"
},
"dependencies": {
"@tryghost/members-gateway-protocol": "^0.1.3",
"bluebird": "^3.5.4",
"ghost-ignition": "^3.1.0",
"lodash": "^4.17.11",
"minivents": "^2.2.0"
}
}