forked from RobbinHabermehl/gulp-angular-templates
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 761 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 761 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
{
"name": "gulp-angular-templates",
"description": "AngularJS template assembler for Gulp.js",
"version": "0.0.2",
"homepage": "http://github.com/RobbinHabermehl/gulp-angular-templates",
"repository": {
"type": "git",
"url": "git://github.com/RobbinHabermehl/gulp-angular-templates"
},
"author": {
"name": "Robbin Habermehl",
"email": "robbin@habermehl.net"
},
"main": "./index.js",
"keywords": [
"gulpplugin",
"angular",
"angularjs",
"template",
"templates"
],
"dependencies": {
"lodash": "~2.4.1",
"gulp-util": "~2.2.5",
"cheerio": "^0.13.1"
},
"engines": {
"node": ">= 0.10.0"
},
"bugs": {
"url": "https://github.com/RobbinHabermehl/gulp-angular-templates/issues"
}
}