tabby/docs/package.json
Eugene Pankov 30afccdc57 .
2017-06-22 00:00:33 +02:00

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"
}
}