-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 975 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
{
"name": "pug-filters",
"version": "3.1.0",
"description": "Code for processing filters in pug templates",
"keywords": [
"pug"
],
"dependencies": {
"clean-css": "^4.1.11",
"constantinople": "^4.0.0",
"jstransformer": "1.0.0",
"pug-error": "^1.3.2",
"pug-walk": "^1.1.7",
"resolve": "^1.21.0",
"uglify-js": "^2.6.1"
},
"devDependencies": {
"get-repo": "^1.0.0",
"jstransformer-cdata": "^1.0.0",
"jstransformer-coffee-script": "^1.0.0",
"jstransformer-less": "^2.1.0",
"jstransformer-markdown-it": "^1.0.0",
"jstransformer-stylus": "^1.0.0",
"jstransformer-uglify-js": "^1.1.1",
"pug-lexer": "^4.0.0",
"pug-load": "^2.0.11",
"pug-parser": "^5.0.0"
},
"files": [
"lib/handle-filters.js",
"lib/run-filter.js",
"index.js"
],
"repository": {
"type": "git",
"url": "https://github.com/pugjs/pug-filters.git"
},
"author": "Forbes Lindesay",
"license": "MIT"
}