chuckscript
Version:
Chuck Norris programing language, code only with zeroes
40 lines (39 loc) • 884 B
JSON
{
"name": "chuckscript",
"version": "0.3.3",
"description": "Chuck Norris programing language, code only with zeroes",
"main": "index.js",
"bin":{
"cni": "./bin/cni.js",
"cngen": "./bin/cngen.js"
},
"directories": {
"example": "examples"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node bin/cni.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/angrykoala/chuckscript.git"
},
"keywords": [
"chuck",
"norris",
"programming",
"language",
"unary",
"chuckscript",
"cnpl"
],
"author": "angrykoala <angrykoala@outlook.es>",
"license": "MIT",
"bugs": {
"url": "https://github.com/angrykoala/chuckscript/issues"
},
"homepage": "https://github.com/angrykoala/chuckscript#readme",
"dependencies": {
"big-integer": "^1.6.15"
}
}