Ghost/ghost/members-gateway-protocol/package.json

33 lines
744 B
JSON
Raw Normal View History

{
"name": "@tryghost/members-gateway-protocol",
"version": "0.1.1",
"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",
"should": "13.2.3",
2019-04-22 03:35:03 +03:00
"sinon": "7.3.2"
},
"dependencies": {
"bluebird": "^3.5.4",
"ghost-ignition": "^3.1.0",
"lodash": "^4.17.11"
},
"publishConfig": {
"access": "public"
}
}