2019-04-18 12:03:44 +03:00
|
|
|
{
|
|
|
|
"name": "@tryghost/members-gateway-protocol",
|
2019-04-23 17:47:39 +03:00
|
|
|
"version": "0.1.1",
|
2019-04-18 12:03:44 +03:00
|
|
|
"repository": "https://github.com/TryGhost/Members/tree/master/packages/members-gateway-protocol",
|
|
|
|
"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"
|
|
|
|
],
|
|
|
|
"devDependencies": {
|
2019-04-22 07:29:00 +03:00
|
|
|
"jsdom": "15.0.0",
|
2019-04-22 03:35:03 +03:00
|
|
|
"mocha": "6.1.4",
|
2019-04-18 12:03:44 +03:00
|
|
|
"should": "13.2.3",
|
2019-04-22 03:35:03 +03:00
|
|
|
"sinon": "7.3.2"
|
2019-04-18 12:03:44 +03:00
|
|
|
},
|
|
|
|
"dependencies": {
|
|
|
|
"bluebird": "^3.5.4",
|
|
|
|
"ghost-ignition": "^3.1.0",
|
|
|
|
"lodash": "^4.17.11"
|
2019-04-18 13:21:56 +03:00
|
|
|
},
|
|
|
|
"publishConfig": {
|
|
|
|
"access": "public"
|
2019-04-18 12:03:44 +03:00
|
|
|
}
|
|
|
|
}
|