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