Blockin out files
This commit is contained in:
parent
480824a072
commit
8a98260f28
5 changed files with 304 additions and 2 deletions
15
package.json
Normal file
15
package.json
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
{
|
||||
"name": "nitinol",
|
||||
"version": "0.1.0",
|
||||
"description": "A malleable PWA template using Mithril and LIPS Scheme.",
|
||||
"author": "Jakub Nowak",
|
||||
"license": "AGPL-3.0-or-later",
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
"test": "echo \"Error: no test specified\" && exit 1"
|
||||
},
|
||||
"dependencies": {
|
||||
"lips": "^1.0.0-beta.20",
|
||||
"mithril": "^2.3.8"
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue