15 lines
392 B
JSON
15 lines
392 B
JSON
{
|
|
"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"
|
|
}
|
|
}
|