2019-04-18 14:45:00 +03:00
|
|
|
{
|
|
|
|
"name": "@tryghost/members-gateway-api",
|
2019-04-23 17:47:39 +03:00
|
|
|
"version": "0.1.2",
|
2019-04-18 14:45:00 +03:00
|
|
|
"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": {
|
2019-04-22 03:35:03 +03:00
|
|
|
"eslint": "5.16.0",
|
2019-04-18 15:08:11 +03:00
|
|
|
"eslint-plugin-ghost": "0.2.0",
|
2019-04-22 03:35:03 +03:00
|
|
|
"mocha": "6.1.4",
|
2019-04-18 14:45:00 +03:00
|
|
|
"should": "13.2.3",
|
2019-04-22 03:35:03 +03:00
|
|
|
"sinon": "7.3.2"
|
2019-04-18 14:45:00 +03:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2019-04-23 17:47:39 +03:00
|
|
|
"@tryghost/members-gateway-protocol": "^0.1.1",
|
2019-04-18 14:45:00 +03:00
|
|
|
"bluebird": "^3.5.4",
|
|
|
|
"ghost-ignition": "^3.1.0",
|
|
|
|
"lodash": "^4.17.11",
|
|
|
|
"minivents": "^2.2.0"
|
|
|
|
}
|
|
|
|
}
|