bfk
Version:
Global Brain Fuck compiler written in node.js!
38 lines (37 loc) • 873 B
JSON
{
"name": "bfk",
"version": "1.2.2",
"description": "Global Brain Fuck compiler written in node.js!",
"main": "./src/compile.js",
"bin": {
"bfk": "bin/index.js"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"brainfuck",
"brain",
"fuck",
"compiler",
"global package",
"global"
],
"author": "borecjeborec1",
"license": "ISC",
"dependencies": {
"colors": "^1.4.0",
"fs": "0.0.1-security",
"path": "^0.12.7",
"readline-sync": "^1.4.10"
},
"devDependencies": {},
"repository": {
"type": "git",
"url": "git+https://github.com/borecjeborec1/bfk-Brain_Fuck_Compiler.git"
},
"bugs": {
"url": "https://github.com/borecjeborec1/bfk-Brain_Fuck_Compiler/issues"
},
"homepage": "https://github.com/borecjeborec1/bfk-Brain_Fuck_Compiler#readme"
}