-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
61 lines (61 loc) · 1.6 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
{
"name": "aurelia-authentication-loopback-sample",
"version": "2.2.0",
"description": "Sample aurelia-authentication loopback application",
"main": "server/server.js",
"scripts": {
"start": "node .",
"pretest": "gulp lint"
},
"repository": {
"type": "git",
"url": "git+https://github.com/doktordirk/aurelia-authentication-loopback-sample"
},
"keywords": [
"aurelia",
"aurelia-authentication",
"oauth",
"authentication",
"es6",
"typescript",
"webpack",
"loopback"
],
"author": "doktordirk <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/doktordirk/aurelia-authentication-loopback-sample/issues"
},
"homepage": "https://github.com/doktordirk/aurelia-authentication-loopback-sample#readme",
"dependencies": {
"compression": "^1.6.1",
"cors": "^2.7.1",
"errorhandler": "^1.4.3",
"jsonwebtoken": "^6.2.0",
"loopback": "^2.27.0",
"loopback-boot": "^2.18.1",
"loopback-component-satellizer": "^2.0.2",
"loopback-datasource-juggler": "^2.46.0",
"serve-favicon": "^2.3.0"
},
"optionalDependencies": {
"loopback-component-explorer": "^2.4.0"
},
"devDependencies": {
"aurelia-tools": "^0.1.22",
"conventional-changelog": "1.1.0",
"eslint-config-strongloop": "^2.0.0",
"eslint-plugin-json": "^1.2.0",
"gulp": "^3.8.10",
"gulp-babel": "^6.1.2",
"gulp-bump": "^2.1.0",
"gulp-eslint": "^2.0.0",
"gulp-yuidoc": "^0.1.2",
"require-dir": "^0.3.0",
"run-sequence": "^1.1.5",
"yargs": "^4.6.0"
},
"directories": {
"doc": "doc"
}
}