Ghost/ghost/members-ssr/package.json
Fabien O'Carroll 8d8c8a69ca Published new versions
- @tryghost/members-ssr@0.1.5
2019-05-06 12:25:45 +02:00

36 lines
805 B
JSON

{
"name": "@tryghost/members-ssr",
"version": "0.1.5",
"repository": "https://github.com/TryGhost/Members/tree/master/packages/members-ssr",
"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": {
"keypair": "1.0.1",
"mocha": "6.1.4",
"should": "13.2.3",
"sinon": "7.3.2"
},
"dependencies": {
"bluebird": "^3.5.3",
"concat-stream": "^2.0.0",
"cookies": "^0.7.3",
"ghost-ignition": "^3.0.4",
"jsonwebtoken": "^8.5.1",
"lodash": "^4.17.11"
},
"publishConfig": {
"access": "public"
}
}