-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
50 lines (50 loc) · 1.16 KB
/
package.json
File metadata and controls
50 lines (50 loc) · 1.16 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
{
"name": "gmaps-adapter",
"version": "1.0.0",
"description": "google maps API adapter",
"main": "app.js",
"scripts": {
"test": "standard && istanbul cover -x *.test.js _mocha -- -R spec src/test/*",
"start": "node src/app.js",
"lint": "standard --fix"
},
"keywords": [
"google",
"maps",
"trip"
],
"author": "Gabriel Clark <gaboperezclark@gmail.com>",
"contributors": [
"Ivette Duran <ivette_duran@ultimatesoftware.com>",
"David Giles <david_giles@ultimatesoftware.com>"
],
"license": "MIT",
"standard": {
"env": [
"jasmine"
]
},
"dependencies": {
"@google/maps": "^0.4.5",
"amqp": "^0.2.7",
"amqplib": "^0.5.2",
"eureka-js-client": "^4.4.1",
"fix": "0.0.6",
"ip": "^1.1.5",
"jasmine": "^3.1.0",
"request": "^2.88.0",
"restify": "^6.3.4",
"restify-plugins": "^1.6.0",
"winston": "^2.4.1",
"xmlhttprequest": "^1.8.0"
},
"repository": "github:AITestingOrg/gmaps-adapter",
"devDependencies": {
"@pact-foundation/pact-node": "^6.20.0",
"delay": "^2.0.0",
"istanbul": "^0.4.5",
"mocha": "^5.0.4",
"pact": "^4.3.2",
"standard": "^11.0.1"
}
}