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.

27 lines
589 B

10 years ago
{
"name": "JLambda",
"version": "1.0.0",
"description": "An experiment in parentheses-free programming",
10 years ago
"scripts": {
"test": "./test.js"
},
"repository": "https://github.com/nisstyre56/JLambda.git",
10 years ago
"keywords": [
"static",
"functional",
"language"
],
"author": "Wesley Kerfoot",
"license": "MIT",
10 years ago
"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"
10 years ago
}