python2
Version:
Python2 for Node - Built with emscripten.
29 lines (28 loc) • 638 B
JSON
{
"name": "python2",
"version": "0.0.1",
"description": "Python2 for Node - Built with emscripten.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/7scientists/python2-js.git"
},
"keywords": [
"python",
"python2",
"python2.8",
"emscripten",
"asm.j",
"webassembly",
"scripting"
],
"author": "7scientists",
"license": "ISC",
"bugs": {
"url": "https://github.com/7scientists/python2-js/issues"
},
"homepage": "https://github.com/7scientists/python2-js#readme"
}