-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
64 lines (64 loc) · 1.61 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
{
"name": "aurelia-auth-loopback",
"version": "1.3.4",
"description": "Sample aurelia-auth loopback application",
"main": "server/server.js",
"scripts": {
"start": "gulp --gulpfile=\"client/gulpfile.js\" watch",
"pretest": "gulp lint"
},
"repository": {
"type": "git",
"url": "git+https://github.com/doktordirk/aurelia-auth-loopback-sample"
},
"keywords": [
"aurelia",
"aurelia-auth",
"oauth",
"authentication",
"loopback"
],
"author": "doktordirk <[email protected]>",
"contributors": [
{
"name": "paul van bladel",
"url": "https://github.com/paulvanbladel"
}
],
"license": "MIT",
"bugs": {
"url": "https://github.com/doktordirk/aurelia-auth-loopback-sample/issues"
},
"homepage": "https://github.com/doktordirk/aurelia-auth-loopback-sample#readme",
"dependencies": {
"async": "~0.9.0",
"compression": "^1.6.1",
"cors": "^2.7.1",
"errorhandler": "^1.4.3",
"loopback": "^2.27.0",
"loopback-boot": "^2.17.0",
"loopback-component-satellizer": "^2.0.2",
"loopback-datasource-juggler": "^2.45.2",
"morgan": "^1.6.1",
"serve-favicon": "^2.3.0"
},
"optionalDependencies": {
"loopback-component-explorer": "^2.2.0"
},
"devDependencies": {
"aurelia-tools": "^0.1.18",
"conventional-changelog": "0.0.17",
"gulp": "^3.8.10",
"gulp-bump": "^0.3.1",
"gulp-jshint": "^2.0.0",
"gulp-yuidoc": "^0.1.2",
"jshint": "^2.9.1",
"jshint-stylish": "^2.1.0",
"require-dir": "^0.3.0",
"run-sequence": "^1.1.5",
"yargs": "^3.32.0"
},
"directories": {
"doc": "doc"
}
}