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
40 lines (40 loc) · 812 Bytes
/
package.json
File metadata and controls
40 lines (40 loc) · 812 Bytes
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": "gulp-viewcache",
"version": "1.0.0",
"description": "Concatenates and registers view templates in the $templateCache.",
"main": "index.js",
"scripts": {
"test": "mocha"
},
"repository": "venturecraft/gulp-viewcache",
"engines": {
"node": ">=0.8.0"
},
"files": [
"index.js"
],
"keywords": [
"gulpplugin",
"gulp",
"html2js",
"templatecache"
],
"author": {
"name": "Chris Duell",
"email": "chris@venturecraft.com.au",
"url": "http://venturecraft.com.au"
},
"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"
}
}