-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
executable file
·48 lines (48 loc) · 1.05 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
38
39
40
41
42
43
44
45
46
47
48
{
"name": "@conga/framework-view-twig",
"version": "2.1.0",
"description": "Conga.js bundle which integrates the twig.js template engine",
"directories": {
"test": "test"
},
"main": "",
"scripts": {
"test": "./node_modules/jasmine/bin/jasmine.js"
},
"repository": {
"type": "git",
"url": "git://github.com/congajs/conga-twig.git"
},
"keywords": [
"twig",
"conga-twig",
"template",
"conga"
],
"author": {
"name": "Anthony Matarazzo",
"email": "email@anthonymatarazzo.com"
},
"contributors": [
{
"name": "Marc Roulias",
"email": "marc@lampjunkie.com"
}
],
"license": "MIT",
"dependencies": {
"twig": "~1.13.3",
"async": "^3.2.0"
},
"devDependencies": {
"@conga/framework": "^2.1.2",
"@conga/framework-profiler": "congajs/conga-profiler",
"jasmine": "^3.6.4",
"request": "^2.88.2"
},
"readmeFilename": "README.md",
"bugs": {
"url": "https://github.com/congajs/conga-twig/issues"
},
"homepage": "https://github.com/congajs/conga-twig"
}