forked from beeware/ouroboros
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 878 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
{
"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"
}