sterling-session
Version:
Basic authentication and presence for sterling
37 lines (36 loc) • 891 B
JSON
{
"name": "sterling-session",
"homepage": "https://github.com/khrome/sterling-session",
"version": "0.1.3",
"main": "sterling-session.js",
"description": "Basic authentication and presence for sterling",
"keywords": [
"session",
"sterling"
],
"author": "Abbey Hawk Sparrow <@khrome> (http://patternweaver.com)",
"contributors": [],
"bugs": {
"url": "https://github.com/khrome/sterling-session/issues"
},
"license": "MIT",
"repository": {
"type": "git",
"url": "git://github.com/khrome/sterling-session.git"
},
"dependencies": {
"sterling": "*",
"async-arrays": "*",
"squalor": "*",
"uuid": "*"
},
"devDependencies": {
"mocha": "*",
"should": "*"
},
"optionalDependencies": {
},
"engines": {
"node": "*"
}
}