ha-chicken
Version:
An explanation of the interpreter of the programming language Chicken.
18 lines (17 loc) • 399 B
JSON
{
"name": "ha-chicken",
"version": "0.0.2",
"description": "An explanation of the interpreter of the programming language Chicken.",
"main": "chicken.js",
"bin": "./bin/chicken",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"chicken",
"programming-language"
],
"preferGlobal": true,
"author": "Andy Pan",
"license": "MIT"
}