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
564 B
26 lines
564 B
{
|
|
"name": "JLambda",
|
|
"version": "0.0.0",
|
|
"description": "yet another static functional language implemented in JS",
|
|
"scripts": {
|
|
"test": "./test.js"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/nisstyre56/JLambda.git"
|
|
},
|
|
"keywords": [
|
|
"static",
|
|
"functional",
|
|
"language"
|
|
],
|
|
"author": "nisstyre56",
|
|
"license": "ΩF:∅",
|
|
"bugs": {
|
|
"url": "https://github.com/nisstyre56/JLambda/issues"
|
|
},
|
|
"homepage": "https://github.com/nisstyre56/JLambda",
|
|
"dependencies": {
|
|
"underscore": "^1.6.0"
|
|
}
|
|
}
|
|
|