-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
56 lines (56 loc) · 1.53 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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
{
"name": "angular-spa-auth",
"title": "Angular SPA Auth",
"version": "1.0.1",
"author": "Volodymyr Lavrynovych <volodyalavrynovych@gmail.com>",
"contributors": [
"Volodymyr Lavrynovych <volodyalavrynovych@gmail.com>"
],
"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"
},
"scripts": {
"test": "node_modules/karma/bin/karma start karma.conf.js"
},
"keywords": [
"angular",
"spa",
"auth",
"route",
"ngRoute",
"route-segment"
],
"license": "MIT",
"devDependencies": {
"angular": "1.5.5",
"angular-mocks": "1.6.2",
"angular-route": "1.5.6",
"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",
"istanbul": "0.4.5",
"jasmine-core": "2.5.2",
"karma": "1.5.0",
"karma-chrome-launcher": "2.0.0",
"karma-coverage": "1.1.1",
"karma-coveralls": "1.1.2",
"karma-jasmine": "1.1.0",
"karma-mocha": "1.3.0",
"karma-phantomjs-launcher": "1.0.2",
"phantomjs": "2.1.7"
},
"dependencies": {
"string.prototype.startswith": "0.2.0"
}
}