-
Notifications
You must be signed in to change notification settings - Fork 14
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 856 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 856 Bytes
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.1.0",
"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": "^5.0.1",
"gulp-concat": "^2.6.1",
"gulp-inject-version": "^1.0.1",
"gulp-ng-annotate": "^2.1.0",
"gulp-rename": "^2.1.0",
"gulp-uglify": "^3.0.2"
},
"dependencies": {
"auth0-js": "^9.29.0"
},
"resolutions": {
"acorn": "^5.7.4",
"kind-of": "^6.0.3"
}
}