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.
25 lines
563 B
25 lines
563 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": {
|
|
"ramda": "^0.23.0",
|
|
"underscore": "^1.8.3"
|
|
},
|
|
"main": "parse.js"
|
|
}
|
|
|