UNPKG

1.4 kBJSONView Raw
1{
2 "name": "posthtml-expressions",
3 "version": "1.6.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-parser": "^0.5.2",
18 "posthtml-render": "^1.2.3"
19 },
20 "devDependencies": {
21 "ava": "^3.13.0",
22 "jsdoc-to-markdown": "^6.0.1",
23 "nyc": "^15.1.0",
24 "posthtml": "^0.13.4",
25 "posthtml-beautify": "^0.7.0",
26 "standard": "^16.0.0",
27 "standard-changelog": "^2.0.24"
28 },
29 "files": [
30 "lib"
31 ],
32 "keywords": [
33 "expressions",
34 "posthtml",
35 "posthtmlplugin"
36 ],
37 "author": {
38 "name": "Jeff Escalante",
39 "email": "gh.je@mailhero.io"
40 },
41 "contributors": [
42 {
43 "name": "Michael Ciniawsky",
44 "email": "michael.ciniawsky@gmail.com"
45 },
46 {
47 "name": "Denis Malinochkin",
48 "email": "dmalinochkin@rambler.ru"
49 }
50 ],
51 "repository": {
52 "type": "git",
53 "url": "https://github.com/posthtml/posthtml-expressions"
54 },
55 "bugs": {
56 "url": "https://github.com/posthtml/posthtml-expressions/issues"
57 },
58 "homepage": "https://github.com/posthtml/posthtml-expressions",
59 "license": "MIT"
60}