sterling-token
Version:
Basic authentication and presence for sterling
35 lines (34 loc) • 836 B
JSON
{
"name": "sterling-token",
"homepage": "https://github.com/khrome/sterling-token",
"version": "0.1.0",
"main": "sterling-token.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-token/issues"
},
"license": "MIT",
"repository": {
"type": "git",
"url": "git://github.com/khrome/sterling-token.git"
},
"dependencies": {
"sterling": "*",
"async-arrays": "*"
},
"devDependencies": {
"mocha": "*",
"should": "*"
},
"optionalDependencies": {
},
"engines": {
"node": "*"
}
}