-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 1.13 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
{
"name": "uoe-campus-maps",
"version": "1.0.0",
"description": "Edinburgh City Scope Loopback API on UoE Campus Maps",
"main": "loopback/server/server.js",
"scripts": {
"start": "node .",
"pretest": "jshint .",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/EdinburghCityScope/uoe-campus-maps.git"
},
"author": "Richard Omand-Good <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/EdinburghCityScope/uoe-campus-maps/issues"
},
"homepage": "https://github.com/EdinburghCityScope/uoe-campus-maps#readme",
"dependencies": {
"compression": "^1.0.3",
"cors": "^2.5.2",
"loopback": "^2.22.0",
"loopback-boot": "^2.6.5",
"loopback-component-explorer": "^2.1.0",
"loopback-datasource-juggler": "^2.39.0",
"loopback-connector-mongodb": "^1.13.3",
"loopback-connector-rest": "^1.10.2",
"serve-favicon": "^2.0.1",
"edinburghcityscope-utils": "https://github.com/EdinburghCityScope/edinburghcityscope-utils.git#master"
},
"devDependencies": {
"jshint": "^2.5.6"
}
}