forked from pattern-lab/patternlab-node
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 815 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 815 Bytes
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
{
"name": "@pattern-lab/engine-twig-php",
"description": "The Twig PHP engine for Pattern Lab Node",
"version": "3.0.0",
"main": "lib/engine_twig_php.js",
"dependencies": {
"@basalt/twig-renderer": "0.12.0",
"@pattern-lab/core": "^3.0.1-alpha.0",
"fs-extra": "0.30.0"
},
"keywords": [
"Pattern Lab",
"Atomic Web Design",
"Twig"
],
"repository": "https://github.com/pattern-lab/patternlab-node/tree/master/packages/engine-twig-php",
"bugs": "https://github.com/pattern-lab/patternlab-node/issues",
"author": {
"name": "Evan Lovely",
"url": "http://evanlovely.com"
},
"maintainers": [
{
"name": "Salem Ghoweri"
}
],
"license": "MIT",
"scripts": {},
"engines": {
"node": ">=8.9"
},
"publishConfig": {
"access": "public"
}
}