forked from miickel/gulp-angular-templatecache
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
62 lines (62 loc) · 1.45 KB
/
package.json
File metadata and controls
62 lines (62 loc) · 1.45 KB
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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
{
"name": "gulp-angular-templatecache",
"version": "3.0.1",
"description": "Concatenates and registers AngularJS templates in the $templateCache.",
"main": "index.js",
"scripts": {
"test": "mocha"
},
"repository": "miickel/gulp-angular-templatecache",
"engines": {
"node": ">=8.0.0"
},
"files": [
"index.js",
"gulp-header.js"
],
"keywords": [
"gulpplugin",
"gulp",
"angular",
"angularjs",
"ng",
"html2js",
"templatecache"
],
"author": {
"name": "Mickel",
"email": "andersson.mickel@gmail.com",
"url": "http://mickel.me"
},
"contributors": [
"Simon Kurtz <simonkurtz@gmail.com> (https://github.com/simonua)",
"Andrew Nichols <tandrewnichols@gmail.com> (https://github.com/tandrewnichols)",
"Donny Mellstrom (https://github.com/dmellstrom)",
"Basa (https://github.com/Basa0)",
"Jakob Hägg (https://github.com/Jakooob)",
"Tereza Tomcova (https://github.com/the-ress)",
"Tom Soal (https://github.com/tomsoal)"
],
"license": "MIT",
"dependencies": {
"gulp-concat": "2.6.1",
"gulp-footer": "2.1.0",
"jsesc": "2.5.2",
"lodash": "^4.18.0",
"map-stream": "0.0.7",
"stream-combiner": "0.2.2",
"through2": "^3.0.1"
},
"devDependencies": {
"mocha": "^11.1.0",
"vinyl": "^2.2.0"
},
"overrides": {
"glob": {
"minimatch": "9.0.7"
},
"minimatch": "5.1.8",
"diff": "5.2.2",
"serialize-javascript": "7.0.5"
}
}