parallelowow
Version:
A parallelogram-ish paint worklet that'll make you go "woooow".
36 lines (35 loc) • 868 B
JSON
{
"name": "parallelowow",
"version": "0.1.5",
"description": "A parallelogram-ish paint worklet that'll make you go \"woooow\".",
"main": "parallelowow.js",
"scripts": {
"copy": "cp -fv ./parallelowow.js ./test/",
"server": "node ./http.js",
"test": "npm run copy && npm run server",
"lint": "npx eslint ./parallelowow.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/malchata/parallelowow.git"
},
"pre-commit": [
"lint"
],
"keywords": [
"paint",
"worklet",
"css",
"houdini"
],
"author": "Jeremy L. Wagner <jeremy.l.wagner@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/malchata/parallelowow/issues"
},
"homepage": "https://github.com/malchata/parallelowow#readme",
"devDependencies": {
"eslint": "^7.13.0",
"express": "^4.17.1"
}
}