z0
Version:
A loose collection of ultra-minimal web development snippets
34 lines (33 loc) • 743 B
JSON
{
"name": "z0",
"version": "0.0.2",
"description": "A loose collection of ultra-minimal web development snippets",
"main": "dist/z0.js",
"directories": {},
"devDependencies": {},
"dependencies": {},
"keywords": [
"frontend",
"minimal",
"utility",
"snippet",
"code-golf"
],
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/richplastow/z0.git"
},
"author": {
"name": "Rich Plastow",
"email": "rich@richplastow.com",
"url": "http://richplastow.com/"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/richplastow/z0/issues"
},
"homepage": "http://z0.richplastow.com/"
}