forked from wmluke/gulp-inline-angular-templates
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 882 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
{
"name": "gulp-ng-inline-templates",
"version": "2.0.0",
"description": "Inline angular templates into an HTML file",
"license": "MIT",
"repository": {
"type": "git",
"url": "git://github.com/javadkh2/gulp-inline-angular-templates.git"
},
"author": {
"name": "javadkh2",
"email": "khalilian.javad@gmail.com",
"url": "https://github.com/javadkh2"
},
"engines": {
"node": ">=0.10.0"
},
"scripts": {
"test": "./node_modules/mocha/bin/mocha"
},
"main": "src/index.js",
"keywords": [
"gulpplugin angular templates cache xml"
],
"dependencies": {
"cheerio": "^0.17.0",
"event-stream": "^3.1.5",
"gulp-util": "~2.2.14",
"lodash": "^2.4.1",
"through2": "~0.4.1",
"vinyl-fs": "^3.0.3",
"vinyl-source-stream": "^2.0.0"
},
"devDependencies": {
"mocha": "*",
"graceful-fs": "~3.0.2"
}
}