mirror of
https://github.com/He4eT/oddsquat.git
synced 2026-05-04 20:37:22 +00:00
19 lines
378 B
JSON
19 lines
378 B
JSON
{
|
|
"name": "oddsquat",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "site.config.js",
|
|
"scripts": {
|
|
"start": "nanogen start",
|
|
"build": "nanogen build",
|
|
"typography": "node typography.js"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "ISC",
|
|
"devDependencies": {
|
|
"nanogen": "^0.4.2",
|
|
"typograf": "^6.11.2",
|
|
"typography": "^0.16.19"
|
|
}
|
|
}
|