18 lines
384 B
JSON
18 lines
384 B
JSON
{
|
|
"name": "bf-gir",
|
|
"version": "1.0.2",
|
|
"description": "Optimizing brainfuck interpreter",
|
|
"main": "gir.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://ahti-saarelainen.zgrep.org/git/nortti/gir.git"
|
|
},
|
|
"keywords": [
|
|
"brainfuck"
|
|
],
|
|
"author": "nortti",
|
|
"license": "CC0"
|
|
}
|