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.
27 lines
639 B
27 lines
639 B
{ |
|
"name": "pug-code-gen", |
|
"version": "3.0.2", |
|
"description": "Default code-generator for pug. It generates HTML via a JavaScript template function.", |
|
"keywords": [ |
|
"pug" |
|
], |
|
"dependencies": { |
|
"constantinople": "^4.0.1", |
|
"doctypes": "^1.1.0", |
|
"js-stringify": "^1.0.2", |
|
"pug-attrs": "^3.0.0", |
|
"pug-error": "^2.0.0", |
|
"pug-runtime": "^3.0.0", |
|
"void-elements": "^3.1.0", |
|
"with": "^7.0.0" |
|
}, |
|
"files": [ |
|
"index.js" |
|
], |
|
"repository": { |
|
"type": "git", |
|
"url": "https://github.com/pugjs/pug/tree/master/packages/pug-code-gen" |
|
}, |
|
"author": "Forbes Lindesay", |
|
"license": "MIT" |
|
}
|
|
|