deep-framework
Version:
46 lines (45 loc) • 980 B
JSON
{
"name": "aws-xray-sdk",
"version": "1.0.4-beta-lambda",
"description": "AWS X-Ray SDK for Javascript",
"author": "Amazon Web Services",
"contributors": [
"Sandra McMullen <mcmuls@amazon.com>"
],
"main": "lib/index.js",
"engines": {
"node": ">= 0.8.0"
},
"directories": {
"test": "test"
},
"dependencies": {
"continuation-local-storage": "^3.2.0",
"moment": "^2.15.2",
"pkginfo": "^0.4.0",
"semver": "^5.3.0",
"underscore": "^1.8.3",
"winston": "^2.2.0"
},
"devDependencies": {
"chai": "^3.5.0",
"eslint": "^3.10.2",
"grunt": "^1.0.1",
"grunt-contrib-clean": "^1.0.0",
"grunt-jsdoc": "^2.1.0",
"mocha": "^3.0.2",
"nock": "^8.0.0",
"sinon": "^1.17.5",
"sinon-chai": "^2.8.0"
},
"scripts": {
"test": "./node_modules/.bin/mocha --recursive ./test/ -R spec"
},
"keywords": [
"\"api\"",
"\"amazon\"",
"\"aws\"",
"\"xray\""
],
"license": "Apache-2.0"
}