forked from wearewondrous/fractal-twig-drupal-adapter
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 1.18 KB
/
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
{
"name": "@wearewondrous/fractal-twig-drupal-adapter",
"version": "1.3.3",
"description": "Twig template adapter for Fractal with Drupal 8 directives.",
"author": "WONDROUS <[email protected]> (https://www.wearewondrous.com)",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/wearewondrous/fractal-twig-drupal-adapter.git"
},
"homepage": "https://github.com/wearewondrous/fractal-twig-drupal-adapter#readme",
"bugs": {
"url": "https://github.com/wearewondrous/fractal-twig-drupal-adapter/issues"
},
"main": "index.js",
"files": [
"src",
"index.js"
],
"dependencies": {
"@frctl/fractal": "latest",
"drupal-attribute": "1.0.2",
"lodash": "^4.17.4",
"query-string": "^5.0.0",
"twig": "1.10.5"
},
"scripts": {
"release:major": "npm version major -m \"Released version %s\" && npm publish && git push --follow-tags",
"release:minor": "npm version minor -m \"Released version %s\" && npm publish && git push --follow-tags",
"release:patch": "npm version patch -m \"Released version %s\" && npm publish && git push --follow-tags"
},
"babel": {
"presets": [
"es2015"
]
}
}