-
Notifications
You must be signed in to change notification settings - Fork 103
/
package.json
54 lines (54 loc) · 1.32 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
49
50
51
52
53
54
{
"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"
],
"keywords": [
"gulpplugin",
"gulp",
"angular",
"angularjs",
"ng",
"html2js",
"templatecache"
],
"author": {
"name": "Mickel",
"email": "[email protected]",
"url": "http://mickel.me"
},
"contributors": [
"Simon Kurtz <[email protected]> (https://github.com/simonua)",
"Andrew Nichols <[email protected]> (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",
"gulp-header": "2.0.7",
"jsesc": "2.5.2",
"lodash.template": "^4.4.0",
"map-stream": "0.0.7",
"stream-combiner": "0.2.2",
"through2": "^3.0.1"
},
"devDependencies": {
"mocha": "latest",
"vinyl": "^2.2.0"
}
}