@pybee/ouroboros
Version:
A standalone, pure Python implementation of the Python Standard Library.
35 lines (34 loc) • 878 B
JSON
{
"name": "@pybee/ouroboros",
"version": "3.4.1-dev.5",
"description": "A standalone, pure Python implementation of the Python Standard Library.",
"main": "index.js",
"directories": {
"doc": "docs",
"test": "tests"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"prepublishOnly": "pandoc --from=rst --to=markdown_github README.rst -o README.md",
"build": "node_modules/.bin/webpack"
},
"repository": {
"type": "git",
"url": "git://github.com/pybee/ouroboros.git"
},
"keywords": [
"python"
],
"author": "Russell Keith-Magee",
"license": "Python-2.0",
"bugs": {
"url": "https://github.com/pybee/ouroboros/issues"
},
"files": [
"ouroboros"
],
"homepage": "https://github.com/pybee/ouroboros#readme"
}