An experiment in parentheses-free lisp (in JavaScript)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

26 lines
589 B

{
"name": "JLambda",
"version": "1.0.0",
"description": "An experiment in parentheses-free programming",
"scripts": {
"test": "./test.js"
},
"repository": "https://github.com/nisstyre56/JLambda.git",
"keywords": [
"static",
"functional",
"language"
],
"author": "Wesley Kerfoot",
"license": "MIT",
"bugs": {
"url": "https://github.com/nisstyre56/JLambda/issues"
},
"homepage": "https://github.com/nisstyre56/JLambda",
"dependencies": {
"express": "^4.15.3",
"ramda": "^0.23.0",
"underscore": "^1.8.3"
},
"main": "parse.js"
}