diff options
author | Adam T. Carpenter <atc@53hor.net> | 2020-06-02 23:42:45 -0400 |
---|---|---|
committer | Adam T. Carpenter <atc@53hor.net> | 2020-06-02 23:42:45 -0400 |
commit | ca999deb0fdaf2592760e28f540554299e420bd3 (patch) | |
tree | 4271e3d408b0f3e1ac5ef1d45359eb3fe37c688e /_bulma/package.json | |
parent | e8ab11225a306225d2be16c4464e68a4ad464918 (diff) | |
download | carpentertutoring-ca999deb0fdaf2592760e28f540554299e420bd3.tar.xz carpentertutoring-ca999deb0fdaf2592760e28f540554299e420bd3.zip |
good layout for content data; rebuild nearly complete
Diffstat (limited to '_bulma/package.json')
-rw-r--r-- | _bulma/package.json | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/_bulma/package.json b/_bulma/package.json new file mode 100644 index 0000000..4d85e96 --- /dev/null +++ b/_bulma/package.json @@ -0,0 +1,15 @@ +{ + "name": "_bulma", + "version": "1.0.0", + "description": "", + "main": "index.js", + "scripts": { + "test": "echo \"Error: no test specified\" && exit 1" + }, + "keywords": [], + "author": "", + "license": "ISC", + "dependencies": { + "bulma": "^0.8.2" + } +} |