You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
26 lines
539 B
26 lines
539 B
{ |
|
"name": "pug-linker", |
|
"version": "4.0.0", |
|
"description": "Link multiple pug ASTs together using include/extends", |
|
"keywords": [ |
|
"pug" |
|
], |
|
"dependencies": { |
|
"pug-error": "^2.0.0", |
|
"pug-walk": "^2.0.0" |
|
}, |
|
"devDependencies": { |
|
"pug-lexer": "^5.0.0", |
|
"pug-load": "^3.0.0", |
|
"pug-parser": "^6.0.0" |
|
}, |
|
"files": [ |
|
"index.js" |
|
], |
|
"repository": { |
|
"type": "git", |
|
"url": "https://github.com/pugjs/pug/tree/master/packages/pug-linker" |
|
}, |
|
"author": "Forbes Lindesay", |
|
"license": "MIT" |
|
}
|
|
|