This commit is contained in:
Eugene Pankov
2017-06-22 00:00:33 +02:00
parent 3459d6c78f
commit 30afccdc57
3 changed files with 125 additions and 0 deletions

15
docs/package.json Normal file
View File

@@ -0,0 +1,15 @@
{
"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"
}
}