Ghost/ghost/sdk/layer1/package.json
Fabien O'Carroll cb5592d853 Updated member layers (#23)
* Corrected the event handling of layer0

* Updated layer1 to use layer0

* Updated dropin script to read blogUrl from window;
2018-12-04 09:24:04 +05:30

29 lines
725 B
JSON

{
"name": "@tryghost/members-layer1",
"version": "0.0.0",
"repository": "https://github.com/TryGhost/Ghost-SDKs/tree/master/packages/members/layer1",
"author": "Ghost Foundation",
"license": "MIT",
"main": "index.js",
"scripts": {
"dev": "echo \"Implement me!\"",
"test": "NODE_ENV=testing mocha './test/**/*.test.js'",
"lint": "eslint . --ext .js --cache",
"posttest": "yarn lint"
},
"publishConfig": {
"access": "public"
},
"devDependencies": {
"mocha": "5.2.0",
"should": "13.2.3",
"sinon": "7.0.0"
},
"dependencies": {
"@tryghost/members-layer0": "file:../layer0",
"ghost-ignition": "^2.9.6",
"jsonwebtoken": "^8.3.0",
"minivents": "^2.2.0"
}
}