-
Notifications
You must be signed in to change notification settings - Fork 60
/
package.json
47 lines (47 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
{
"name": "gulp-ng-html2js",
"version": "0.2.3",
"description": "A Gulp plugin which generates AngularJS modules, which pre-load your HTML code into the $templateCache. This way AngularJS doesn't need to request the actual HTML files anymore.",
"keywords": [
"gulpplugin",
"ng-html2js",
"angular",
"html2js",
"angularjs"
],
"homepage": "https://github.com/marklagendijk/gulp-ng-html2js",
"bugs": "https://github.com/marklagendijk/gulp-ng-html2js/issues",
"author": {
"name": "Mark Lagendijk",
"email": "mark@lagendijk.info",
"url": "https://github.com/marklagendijk"
},
"main": "./index.js",
"repository": {
"type": "git",
"url": "git://github.com/marklagendijk/gulp-ng-html2js.git"
},
"scripts": {
"test": "mocha"
},
"dependencies": {
"lodash": "^4.17.11",
"map-stream": "*",
"replace-ext": "^1.0.0"
},
"devDependencies": {
"event-stream": "~3.0.20",
"mocha": "~1.14.0",
"should": "~2.1.0",
"vinyl": "^2.1.0"
},
"engines": {
"node": ">=0.8.0",
"npm": ">=1.2.10"
},
"licenses": [
{
"type": "MIT"
}
]
}