illbang
Version:
22 lines (21 loc) • 554 B
JSON
{
"name": "illbang",
"version": "0.0.0",
"description": "sigil",
"author": "Ryan",
"homepage": "https://ryanve.dev/illbang",
"main": "node.js",
"license": "MPL-2.0",
"scripts": {
"echo": "echo ¡!",
"firefox": "open -a firefox index.html || start firefox index.html",
"start": "open index.html || start index.html || xdg-open index.html",
"pretest": "node test",
"test": "npm doctor"
},
"repository": "github:ryanve/illbang",
"bugs": "https://github.com/ryanve/illbang/issues",
"keywords": [
"sigil"
]
}