mirror of
https://github.com/Eugeny/tabby.git
synced 2024-11-21 01:17:16 +08:00
16 lines
263 B
JSON
16 lines
263 B
JSON
{
|
|
"name": "docs",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"build": "pug index.pug",
|
|
"watch": "pug -w index.pug"
|
|
},
|
|
"author": "",
|
|
"license": "ISC",
|
|
"devDependencies": {
|
|
"pug-cli": "^1.0.0-alpha6"
|
|
}
|
|
}
|