mobile-session-promise
Version:
The modules creates a promise that resolves an existing or creates a brand new session
42 lines (41 loc) • 926 B
JSON
{
"name": "mobile-session-promise",
"version": "1.1.0",
"description": "The modules creates a promise that resolves an existing or creates a brand new session",
"main": "index.js",
"scripts": {
"test": "mocha tests"
},
"repository": {
"type": "git",
"url": "https://git.nordstrom.net/projects/ATO/repos/snowplow-content"
},
"keywords": [
"Mobile",
"Session",
"Promise",
"New",
"Create",
"Resolve"
],
"author": "Nordstrom Inc.",
"dependencies": {
"aws-sdk": "^2.98.0",
"bluebird": "^3.5.0",
"moment-timezone": "^0.5.13",
"uuid": "^3.1.0"
},
"devDependencies": {
"body-parser": "^1.17.2",
"chai": "^3.5.0",
"chai-http": "^3.0.0",
"eslint": "^2.13.1",
"express": "^4.15.4",
"istanbul": "^0.4.4",
"mocha": "^2.5.1",
"mockery": "^1.7.0",
"rewire": "^2.5.2",
"sinon": "^1.17.5",
"timekeeper": "^0.1.1"
}
}