swordio
Version:
A medieval warrior-based programming language
38 lines (37 loc) • 833 B
JSON
{
"name": "swordio",
"version": "0.2.0",
"description": "A medieval warrior-based programming language",
"main": "index.js",
"bin": {
"swordio": "./bin/swordio.js"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/cpdt/swordio.git"
},
"keywords": [
"swordio",
"language",
"warrior",
"fight",
"medieval",
"programming",
"esoteric",
"map",
"cell",
"stack"
],
"author": "mrfishie <me@mrfishie.com> (http://mrfishie.com/)",
"license": "MIT",
"bugs": {
"url": "https://github.com/mrfishie/swordio/issues"
},
"homepage": "https://github.com/mrfishie/swordio#readme",
"dependencies": {
"terminal-kit": "^0.16.4"
}
}