gir/package.json

19 lines
384 B
JSON
Raw Normal View History

2018-05-29 17:01:34 +00:00
{
"name": "bf-gir",
2019-09-14 16:31:31 +00:00
"version": "1.0.2",
2018-05-29 17:01:34 +00:00
"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",
2019-09-14 16:31:12 +00:00
"license": "CC0"
2018-05-29 17:01:34 +00:00
}