frontier-client
Version:
A Frontier authentication client for JavaScript applications
24 lines (23 loc) • 557 B
JSON
{
"name": "frontier-client",
"version": "2.1.0",
"description": "A Frontier authentication client for JavaScript applications",
"author": "Benjamin Pannell <admin@sierrasoftworks.com>",
"website": "https://auth.sierrasoftworks.com",
"repository": "https://github.com/sierrasoftworks/frontierjs",
"scripts": {
"test": "mocha"
},
"dependencies": {
"async": "*",
"lodash": "*",
"guardhouse": "*",
"superagent": "*",
"cookie": "*",
"debug": "*"
},
"devDependencies": {
"mocha": "*",
"should": "*"
}
}