ayr-lang
Version:
A toy array language
36 lines (35 loc) • 716 B
JSON
{
"name": "ayr-lang",
"version": "0.5.2",
"description": "A toy array language",
"main": "ayr.js",
"scripts": {
"test": "node ayr.js -u \"1 2 3+4 5 6\""
},
"repository": {
"type": "git",
"url": "git+https://github.com/ZippyMagician/ayr.git"
},
"keywords": [
"ayr",
"array",
"apl",
"parser",
"language",
"j",
"k"
],
"author": "Joshua Barnett",
"license": "MIT",
"bugs": {
"url": "https://github.com/ZippyMagician/ayr/issues"
},
"homepage": "https://github.com/ZippyMagician/ayr#readme",
"bin": {
"ayr": "./ayr.js"
},
"dependencies": {
"minimist": "^1.2.5",
"readline-sync": "^1.4.10"
}
}