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.
23 lines
446 B
23 lines
446 B
2 years ago
|
{
|
||
|
"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"
|
||
|
}
|