forked from vlavrynovych/angular-spa-auth
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 1.01 KB
/
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
37
{
"name": "angular-spa-auth",
"title": "Angular SPA Auth",
"version": "0.4.0",
"author": "Volodymyr Lavrynovych <[email protected]>",
"contributors": [
"Volodymyr Lavrynovych <[email protected]>"
],
"main": "dist/angular-spa-auth.min.js",
"description": "Provides ability to easily handle most of the logic related to the authentication process and page load for the AngularJS SPA",
"homepage": "https://vlavrynovych.github.io/angular-spa-auth/",
"bugs": {
"url" : "https://github.com/vlavrynovych/angular-spa-auth/issues"
},
"repository" : {
"type": "git",
"url": "https://github.com/vlavrynovych/angular-spa-auth.git"
},
"keywords": [
"angular",
"spa",
"auth",
"route",
"ngRoute",
"route-segment"
],
"license": "MIT",
"devDependencies": {
"bower": "1.7.9",
"del": "2.2.0",
"gulp": "gulpjs/gulp#4.0",
"gulp-concat": "2.6.0",
"gulp-rename": "1.2.2",
"gulp-sourcemaps": "2.4.0",
"gulp-uglify": "1.5.3"
}
}