forked from auth0/angular-auth0
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
29 lines (29 loc) · 837 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
27
28
29
{
"name": "angular-auth0-spa-js",
"version": "4.0.10",
"description": "Auth0-spa-js wrapper for Angular.js",
"main": "index.js",
"scripts": {
"version": "node update-telemetry && npm run build && git add -A dist && git add -A src/version.js",
"build": "webpack",
"build:watch": "webpack --progress --colors --watch"
},
"repository": {
"type": "git",
"url": "git+https://github.com/saltukalakus/angular-auth0-spa-js.git"
},
"author": "Auth0",
"license": "MIT",
"bugs": {
"url": "https://github.com/saltukalakus/angular-auth0-spa-js/issues"
},
"homepage": "https://github.com/saltukalakus/angular-auth0-spa-js#readme",
"devDependencies": {
"webpack": "^5.37.1",
"webpack-cli": "^4.7.0"
},
"dependencies": {
"angular": "^1.8.0",
"@auth0/auth0-spa-js": "^1.17.0"
}
}