arn-language
Version:
A functional golfing language
40 lines (39 loc) • 876 B
JSON
{
"name": "arn-language",
"version": "0.5.2",
"description": "A functional golfing language",
"main": "src",
"scripts": {
"test": "bash ./tests/main.sh",
"test:string": "node ./tests/string_tests.js",
"test:array": "node ./tests/array_tests.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ZippyMagician/Arn.git"
},
"bin": {
"arn": "./bin/arn.js"
},
"keywords": [
"code-golf",
"golfing",
"code",
"functional",
"paradigm",
"language",
"interpreter"
],
"author": "Joshua Barnett",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/ZippyMagician/Arn/issues"
},
"homepage": "https://github.com/ZippyMagician/Arn#readme",
"dependencies": {
"bignumber.js": "^9.0.0",
"colors": "^1.4.0",
"minimist": "^1.2.5",
"readline-sync": "^1.4.10"
}
}