forked from miickel/gulp-angular-templatecache
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
49 lines (49 loc) · 1.11 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
{
"name": "gulp-angular-templatecache",
"version": "2.2.5",
"description": "Concatenates and registers AngularJS templates in the $templateCache.",
"main": "index.js",
"scripts": {
"test": "mocha"
},
"repository": "miickel/gulp-angular-templatecache",
"engines": {
"node": ">=4.2.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)"
],
"license": "MIT",
"dependencies": {
"event-stream": "3.3.4",
"gulp-concat": "2.6.1",
"gulp-footer": "2.0.1",
"gulp-header": "2.0.5",
"jsesc": "2.5.1",
"lodash.template": "^4.4.0",
"through2": "^2.0.3"
},
"devDependencies": {
"mocha": "latest",
"vinyl": "^2.1.0"
}
}