Ghost/ghost/members-ssr/package.json

33 lines
753 B
JSON
Raw Normal View History

2019-04-02 11:20:43 +03:00
{
"name": "members-ssr",
"version": "0.0.0",
"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": "echo \"Implement me!\"",
2019-04-02 11:20:43 +03:00
"posttest": "yarn lint"
},
"files": [
"index.js",
"lib"
],
"devDependencies": {
2019-04-05 09:46:22 +03:00
"keypair": "^1.0.1",
2019-04-02 11:20:43 +03:00
"mocha": "6.0.2",
"should": "13.2.3",
"sinon": "7.3.1"
},
"dependencies": {
"bluebird": "^3.5.3",
"concat-stream": "^2.0.0",
2019-04-04 12:10:05 +03:00
"cookies": "^0.7.3",
2019-04-02 11:20:43 +03:00
"ghost-ignition": "^3.0.4",
2019-04-04 12:10:05 +03:00
"jsonwebtoken": "^8.5.1",
2019-04-02 11:20:43 +03:00
"lodash": "^4.17.11"
}
}