-
Notifications
You must be signed in to change notification settings - Fork 15
/
Copy pathpackage.json
78 lines (78 loc) · 2.14 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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
{
"name": "aurelia-oauth",
"version": "0.3.0",
"description": "Plugin for authentication using OAuth2 and JWT security tokens such as Azure Active Directory or GoogleApi",
"keywords": [
"aurelia",
"oauth",
"authentication",
"auth",
"adaljs"
],
"homepage": "https://github.com/matik12/aurelia-oauth#readme",
"bugs": {
"url": "https://github.com/matik12/aurelia-oauth/issues"
},
"license": "MIT",
"author": "Mateusz Korzel <mateusz.korzel@gmail.com>",
"main": "dist/amd/aurelia-oauth.js",
"typings": "dist/dts/aurelia-oauth.d.ts",
"repository": {
"type": "git",
"url": "https://github.com/matik12/aurelia-oauth.git"
},
"scripts": {},
"jspm": {
"registry": "npm",
"main": "aurelia-oauth",
"format": "amd",
"directories": {
"dist": "dist/amd"
},
"dependencies": {
"aurelia-dependency-injection": "^1.0.0",
"aurelia-event-aggregator": "^1.0.0",
"aurelia-router": "^1.0.0"
},
"devDependencies": {
"aurelia-polyfills": "^1.0.0",
"babel": "babel-core@^5.8.24",
"babel-runtime": "^5.8.24",
"core-js": "^1.1.4"
}
},
"devDependencies": {
"aurelia-tools": "^0.2.4",
"babel-eslint": "^4.1.3",
"conventional-changelog": "1.1.0",
"del": "^2.2.1",
"gulp": "^3.9.1",
"gulp-babel": "^6.1.2",
"gulp-bump": "^2.2.0",
"gulp-changed": "^1.1.0",
"gulp-eslint": "^3.0.1",
"gulp-notify": "^2.2.0",
"gulp-plumber": "^0.6.6",
"gulp-sourcemaps": "^1.3.0",
"gulp-tslint": "^5.0.0",
"gulp-typescript": "^3.1.0",
"gulp-yuidoc": "^0.1.2",
"jasmine-core": "^2.4.1",
"jspm": "^0.16.52",
"karma": "^1.1.2",
"karma-babel-preprocessor": "^6.0.1",
"karma-chrome-launcher": "^1.0.1",
"karma-coverage": "^1.1.1",
"karma-jasmine": "^1.0.2",
"karma-jspm": "2.2.0",
"merge2": "^1.0.3",
"object.assign": "^4.0.4",
"require-dir": "^0.3.0",
"run-sequence": "^1.2.2",
"tslint": "^3.11.0",
"typescript": "^2.1.0",
"typings": "^1.3.0",
"vinyl-paths": "^2.1.0",
"yargs": "^4.8.1"
}
}