UNPKG

1.58 kBJSONView Raw
1{
2 "name": "pug",
3 "description": "A clean, whitespace-sensitive template language for writing HTML",
4 "keywords": [
5 "html",
6 "jade",
7 "pug",
8 "template"
9 ],
10 "version": "3.0.0",
11 "author": "TJ Holowaychuk <tj@vision-media.ca>",
12 "maintainers": [
13 "Forbes Lindesay <forbes@lindesay.co.uk>",
14 "Matthias Le Brun <mlbli@me.com>",
15 "Joshua Appelman <joshua@jbna.nl>",
16 "Jonathan Ong <jonathanrichardong@gmail.com>",
17 "Alex Kocharin <alex@kocharin.ru>",
18 "Hemanth <hemanth.hm@gmail.com>",
19 "Timothy Gu <timothygu99@gmail.com>",
20 "Andreas Lubbe <git@lubbe.org>"
21 ],
22 "license": "MIT",
23 "repository": {
24 "type": "git",
25 "url": "https://github.com/pugjs/pug/tree/master/packages/pug"
26 },
27 "main": "lib",
28 "dependencies": {
29 "pug-code-gen": "^3.0.0",
30 "pug-filters": "^4.0.0",
31 "pug-lexer": "^5.0.0",
32 "pug-linker": "^4.0.0",
33 "pug-load": "^3.0.0",
34 "pug-parser": "^6.0.0",
35 "pug-runtime": "^3.0.0",
36 "pug-strip-comments": "^2.0.0"
37 },
38 "devDependencies": {
39 "jstransformer-cdata": "^1.0.0",
40 "jstransformer-coffee-script": "^1.0.0",
41 "jstransformer-less": "^2.1.0",
42 "jstransformer-markdown-it": "^2.0.0",
43 "jstransformer-stylus": "^1.0.0",
44 "jstransformer-uglify-js": "^1.1.1",
45 "jstransformer-verbatim": "^1.0.0",
46 "mkdirp": "^0.5.1",
47 "rimraf": "^3.0.2",
48 "uglify-js": "github:mishoo/UglifyJS2#1c15d0db456ce32f1b9b507aad97e5ee5c8285f7"
49 },
50 "files": [
51 "lib/index.js",
52 "register.js"
53 ],
54 "browser": {
55 "fs": false
56 },
57 "homepage": "https://pugjs.org"
58}