forked from miickel/gulp-angular-templatecache
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
43 lines (43 loc) · 864 Bytes
/
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
{
"name": "gulp-angular-templatecache",
"version": "1.8.0",
"description": "Concatenates and registers AngularJS templates in the $templateCache.",
"main": "index.js",
"scripts": {
"test": "mocha"
},
"repository": "miickel/gulp-angular-templatecache",
"engines": {
"node": ">=0.8.0"
},
"files": [
"index.js"
],
"keywords": [
"gulpplugin",
"gulp",
"angular",
"angularjs",
"ng",
"html2js",
"templatecache"
],
"author": {
"name": "Mickel",
"email": "[email protected]",
"url": "http://mickel.me"
},
"license": "MIT",
"dependencies": {
"event-stream": "3.x",
"path": "0.x",
"gulp-util": "3.x",
"js-string-escape": "~1.0.0",
"gulp-footer": "1.x",
"gulp-header": "1.x",
"gulp-concat": "2.x"
},
"devDependencies": {
"mocha": "latest"
}
}