-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
83 lines (83 loc) · 2.28 KB
/
package.json
File metadata and controls
83 lines (83 loc) · 2.28 KB
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
79
80
81
82
83
{
"name": "loopback-example-app",
"version": "3.0.0",
"description": "LoopBack Example Application",
"main": "server/server.js",
"dependencies": {
"compression": "^1.0.3",
"errorhandler": "^1.1.1",
"loopback": "^2.0.0",
"loopback-boot": "^2.0.0",
"loopback-datasource-juggler": "^2.0.0",
"serve-favicon": "^2.0.1",
"function-rate-limit": "~0.0.1",
"request": "^2.37.0",
"shuffle": "~0.2.1",
"text-table": "~0.2.0",
"weighted": "~0.2.2",
"async": "~0.9.0",
"loopback-connector-rest": "^1.1.4",
"loopback-explorer": "^1.1.0",
"loopback-connector-mysql": "^1.2.1",
"loopback-connector-mongodb": "^1.2.5",
"loopback-connector-oracle": "^1.2.1"
},
"optionalDependencies": {
"loopback-explorer": "^1.1.0",
"loopback-connector-mysql": "^1.2.1",
"loopback-connector-mongodb": "^1.2.5",
"loopback-connector-oracle": "^1.2.1"
},
"devDependencies": {
"mocha": "^1.20.1",
"supertest": "^0.13.0"
},
"repository": {
"type": "git",
"url": "https://github.com/strongloop/loopback-example-app.git"
},
"author": {
"name": "Miroslav Bajtos",
"email": "miroslav@strongloop.com"
},
"license": {
"name": "MIT",
"url": "https://github.com/strongloop/loopback-example-app/blob/master/LICENSE"
},
"scripts": {
"test": "mocha -R spec server/test",
"pretest": "jshint ."
},
"bugs": {
"url": "https://github.com/strongloop/loopback-example-app/issues"
},
"homepage": "https://github.com/strongloop/loopback-example-app",
"_id": "loopback-example-app@3.0.0",
"_shasum": "5f6b5192675d406ab8b899f5e2891c6fe3a23531",
"_from": "loopback-example-app@",
"_npmVersion": "1.4.9",
"_npmUser": {
"name": "rfeng",
"email": "enjoyjava@gmail.com"
},
"maintainers": [
{
"name": "rfeng",
"email": "enjoyjava@gmail.com"
},
{
"name": "ritch",
"email": "skawful@gmail.com"
},
{
"name": "strongloop",
"email": "callback@strongloop.com"
}
],
"dist": {
"shasum": "5f6b5192675d406ab8b899f5e2891c6fe3a23531",
"tarball": "http://registry.npmjs.org/loopback-example-app/-/loopback-example-app-3.0.0.tgz"
},
"directories": {},
"_resolved": "https://registry.npmjs.org/loopback-example-app/-/loopback-example-app-3.0.0.tgz"
}