forked from ggondim/auth0-kits
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
26 lines (26 loc) · 980 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
{
"name": "auth0-kits",
"description": "A collection of Auth0 implementations to ease your app bootstrapping.",
"scripts": {
"publish:client": "cd ./client; npm publish",
"publish:server": "cd ./server; npm publish",
"publish:vue": "cd ./vue; npm publish",
"publish:vue-xauth:client": "cd ./vue-cross-storage/vue-cross-storage-client; npm publish",
"publish:vue-xauth:server": "cd ./vue-cross-storage/vue-cross-storage-server; npm publish",
"publish": "npm run publish:client; npm run publish:server; npm run publish:vue; npm run publish:vue-xauth:client; npm run publish:vue-xauth:server; "
},
"repository": {
"type": "git",
"url": "git+https://github.com/ggondim/auth0-kits.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/ggondim/auth0-kits/issues"
},
"homepage": "https://github.com/ggondim/auth0-kits#readme",
"dependencies": {
"cross-storage-plus": "^1.1.0"
}
}