-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
51 lines (51 loc) · 1.1 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
{
"name": "aws-xray-sdk-core",
"version": "2.1.0",
"description": "AWS X-Ray SDK for Javascript",
"author": "Amazon Web Services",
"contributors": [
"Sandra McMullen <[email protected]>"
],
"main": "lib/index.js",
"engines": {
"node": ">= 4.x <= 11.x"
},
"directories": {
"test": "test"
},
"dependencies": {
"atomic-batcher": "^1.0.2",
"aws-sdk": "^2.304.0",
"cls-hooked": "^4.2.2",
"date-fns": "^1.29.0",
"lodash": "^4.17.10",
"pkginfo": "^0.4.0",
"semver": "^5.3.0",
"winston": "^2.4.4"
},
"devDependencies": {
"chai": "^3.5.0",
"eslint": "^3.10.2",
"grunt": "^1.0.3",
"grunt-contrib-clean": "^1.0.0",
"grunt-jsdoc": "^2.1.0",
"mocha": "^3.0.2",
"nock": "^8.0.0",
"sinon": "^4.0.0",
"sinon-chai": "^2.8.0"
},
"scripts": {
"test": "./node_modules/.bin/mocha --recursive ./test/ -R spec"
},
"keywords": [
"amazon",
"api",
"aws",
"core",
"xray",
"x-ray",
"x ray"
],
"license": "Apache-2.0",
"repository": "https://github.com/aws/aws-xray-sdk-node/tree/master/packages/core"
}