Skip to content
Snippets Groups Projects
This project manages its dependencies using npm. Learn more
package.json 485 B
{
  "name": "pug-linker",
  "version": "2.0.3",
  "description": "Link multiple pug ASTs together using include/extends",
  "keywords": [
    "pug"
  ],
  "dependencies": {
    "pug-error": "^1.3.2",
    "pug-walk": "^1.1.2"
  },
  "devDependencies": {
    "pug-lexer": "^3.1.0",
    "pug-load": "^2.0.6",
    "pug-parser": "^2.0.2"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/pugjs/pug-linker.git"
  },
  "author": "Forbes Lindesay",
  "license": "MIT"
}