1234567891011121314151617181920212223 |
- {
- "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"
- }
|