1234567891011121314151617181920212223 |
- {
- "name": "@mightyplow/hyperapp-components",
- "version": "1.0.0",
- "description": "A set of reusable hyperapp components",
- "main": "index.js",
- "scripts": {
- "test": "echo \"Error: no test specified\" && exit 1"
- },
- "repository": {
- "type": "git",
- "url": "https://git.mightyplow.net/mightyplow/hyperapp-components"
- },
- "keywords": [
- "hyperapp",
- "components",
- "js"
- ],
- "author": "mightyplow@gmail.com",
- "license": "ISC",
- "sideEffects": false,
- "devDependencies": {},
- "dependencies": {}
- }
|