authentic-ui
Version:
Authentic UI is a set of client side views that use authentic-client to provide an easy signup and authentication flow.
49 lines (48 loc) • 1.33 kB
JSON
{
"name": "authentic-ui",
"version": "5.0.1",
"description": "Authentic UI is a set of client side views that use authentic-client to provide an easy signup and authentication flow.",
"main": "index.js",
"repository": {
"type": "git",
"url": "git@github.com:davidguttman/authentic-ui.git"
},
"directories": {
"example": "example"
},
"scripts": {
"example": "npm run example-server & npm run example-client",
"example-server": "node example/server.js",
"example-client": "wzrd example/index.js",
"deps": "dependency-check . --entry ./index.js && dependency-check . --extra --no-dev --entry ./index.js",
"test": "standard && npm run deps"
},
"keywords": [
"authentication",
"authentic",
"auth"
],
"contributors": [
"David Guttman <david@guttman.io>",
"Tyler Bushnell <wunderlinks@gmail.com>"
],
"license": "MIT",
"devDependencies": {
"authentic-server": "^3.0.0",
"browserify": "^12.0.1",
"dependency-check": "^2.8.0",
"standard": "^5.4.1",
"tape": "^4.6.3",
"wzrd": "*"
},
"dependencies": {
"@dguttman/yo-yo": "^1.4.2",
"authentic-client": "^3.0.1",
"csjs": "^1.1.0",
"insert-css": "^2.0.0",
"lodash.find": "^4.6.0",
"nanohtml": "^1.10.0",
"wildemitter": "^1.2.0",
"xtend": "^4.0.1"
}
}