-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
40 lines (40 loc) · 1.01 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
{
"name": "@manekinekko/angular-twig",
"version": "1.0.0",
"description": "Twig template engine support for Angular",
"main": "twig-decorator.js",
"scripts": {
"start": "tsc"
},
"repository": {
"type": "git",
"url": "git+https://github.com/manekinekko/angular-twig.git"
},
"keywords": [
"twig",
"angular",
"template",
"engine"
],
"author": "Wassim Chegham <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/manekinekko/angular-twig/issues"
},
"engines": {
"node": ">= 5.4.1 < 8"
},
"homepage": "https://github.com/manekinekko/angular-twig#readme",
"dependencies": {
"@angular/core": "^4.0.0",
"es6-shim": "^0.35.3",
"rxjs": "^5.1.0",
"reflect-metadata": "0.1.2",
"zone.js": "^0.8.4",
"twig": "^1.10.4"
},
"devDependencies": {
"@types/node": "~6.0.60",
"typescript": "~2.2.0"
}
}