nanogen: init

This commit is contained in:
He4eT 2020-10-30 00:13:55 +05:00
commit c14e8f0570
3 changed files with 30 additions and 0 deletions

16
package.json Normal file
View file

@ -0,0 +1,16 @@
{
"name": "oddsquat",
"version": "1.0.0",
"description": "",
"main": "site.config.js",
"scripts": {
"start": "nanogen start",
"build": "nanogen build"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"nanogen": "^0.4.2"
}
}