A quine for the MBLF programming language
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
783 B

{
"name": "BF",
"version": "1.0.0",
"description": "So instead of making yet another quine, which many already did before me, with greater conciseness then could be achieved in these few days,, it would be cool to spark new life into an already existing quine.",
"main": "index.js",
"directories": {
"test": "test"
},
"scripts": {
"build": "./build.sh",
"test": "node test/wordFactList.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/MBLF-Project/Quine-stuff.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/MBLF-Project/Quine-stuff/issues"
},
"homepage": "https://github.com/MBLF-Project/Quine-stuff#readme",
"dependencies": {
"mblf-lang": "^1.0.1"
}
}