23 lines
446 B
JSON
23 lines
446 B
JSON
|
{
|
||
|
"name": "pug-attrs",
|
||
|
"version": "3.0.0",
|
||
|
"description": "Generate code for Pug attributes",
|
||
|
"keywords": [
|
||
|
"pug"
|
||
|
],
|
||
|
"dependencies": {
|
||
|
"constantinople": "^4.0.1",
|
||
|
"js-stringify": "^1.0.2",
|
||
|
"pug-runtime": "^3.0.0"
|
||
|
},
|
||
|
"files": [
|
||
|
"index.js"
|
||
|
],
|
||
|
"repository": {
|
||
|
"type": "git",
|
||
|
"url": "https://github.com/pugjs/pug/tree/master/packages/pug-attrs"
|
||
|
},
|
||
|
"author": "Forbes Lindesay",
|
||
|
"license": "MIT"
|
||
|
}
|