astral-pass
Version:
Pass system for Astral
23 lines (22 loc) • 475 B
JSON
{
"name": "astral-pass",
"version": "0.1.0",
"description": "Pass system for Astral",
"main": "pass.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git://github.com/btford/astral-pass.git"
},
"keywords": [
"astral"
],
"author": "Brian Ford",
"license": "MIT",
"readmeFilename": "README.md",
"bugs": {
"url": "https://github.com/btford/astral-pass/issues"
}
}