UNPKG

1.44 kBJSONView Raw
1{
2 "name": "posthtml-expressions",
3 "version": "1.10.0",
4 "description": "Expressions Plugin for PostHTML",
5 "engines": {
6 "node": ">=10"
7 },
8 "main": "lib",
9 "scripts": {
10 "lint": "standard",
11 "test": "npm run lint && nyc ava --timeout=1m",
12 "version": "standard-changelog -i CHANGELOG.md -w && git add changelog.md",
13 "docs": "jsdoc2md lib/*.js > INDEX.md"
14 },
15 "dependencies": {
16 "fclone": "^1.0.11",
17 "posthtml-match-helper": "^1.0.1",
18 "posthtml-parser": "^0.10.0",
19 "posthtml-render": "^3.0.0"
20 },
21 "devDependencies": {
22 "ava": "^3.15.0",
23 "jsdoc-to-markdown": "^7.0.1",
24 "nyc": "^15.1.0",
25 "posthtml": "^0.16.5",
26 "posthtml-beautify": "^0.7.0",
27 "standard": "^16.0.3",
28 "standard-changelog": "^2.0.27"
29 },
30 "files": [
31 "lib"
32 ],
33 "keywords": [
34 "expressions",
35 "posthtml",
36 "posthtmlplugin"
37 ],
38 "author": {
39 "name": "Jeff Escalante",
40 "email": "gh.je@mailhero.io"
41 },
42 "contributors": [
43 {
44 "name": "Michael Ciniawsky",
45 "email": "michael.ciniawsky@gmail.com"
46 },
47 {
48 "name": "Denis Malinochkin",
49 "email": "dmalinochkin@rambler.ru"
50 }
51 ],
52 "repository": {
53 "type": "git",
54 "url": "https://github.com/posthtml/posthtml-expressions"
55 },
56 "bugs": {
57 "url": "https://github.com/posthtml/posthtml-expressions/issues"
58 },
59 "homepage": "https://github.com/posthtml/posthtml-expressions",
60 "license": "MIT"
61}