-
Notifications
You must be signed in to change notification settings - Fork 15
/
package.json
36 lines (36 loc) · 856 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
30
31
32
33
34
35
36
{
"name": "angular-lock",
"version": "3.0.4",
"description": "Angular wrapper for Lock",
"main": "angular-lock.js",
"repository": {
"type": "git",
"url": "git+https://github.com/auth0/angular-lock.git"
},
"scripts": {
"version": "npm run build && git add -A dist",
"build": "gulp",
"prepack": "npm run build"
},
"author": "Auth0",
"license": "MIT",
"bugs": {
"url": "https://github.com/auth0/angular-lock/issues"
},
"homepage": "https://github.com/auth0/angular-lock#readme",
"devDependencies": {
"gulp": "^4.0.2",
"gulp-concat": "^2.6.1",
"gulp-inject-version": "^1.0.1",
"gulp-ng-annotate": "^2.0.0",
"gulp-rename": "^2.0.0",
"gulp-uglify": "^3.0.2"
},
"dependencies": {
"auth0-js": "^9.21.0"
},
"resolutions": {
"acorn": "^5.7.4",
"kind-of": "^6.0.3"
}
}