|
@@ -0,0 +1,23 @@
|
|
|
+{
|
|
|
+ "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": {}
|
|
|
+}
|