UNPKG

1.15 kBJSONView Raw
1{
2 "name": "gulp-ng-html2js",
3 "version": "0.2.1",
4 "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.",
5 "keywords": [
6 "gulpplugin",
7 "ng-html2js",
8 "angular",
9 "html2js",
10 "angularjs"
11 ],
12 "homepage": "https://github.com/marklagendijk/gulp-ng-html2js",
13 "bugs": "https://github.com/marklagendijk/gulp-ng-html2js/issues",
14 "author": {
15 "name": "Mark Lagendijk",
16 "email": "mark@lagendijk.info",
17 "url": "https://github.com/marklagendijk"
18 },
19 "main": "./index.js",
20 "repository": {
21 "type": "git",
22 "url": "git://github.com/marklagendijk/gulp-ng-html2js.git"
23 },
24 "scripts": {
25 "test": "mocha"
26 },
27 "dependencies": {
28 "gulp-util": "*",
29 "lodash": "^3.3.0",
30 "map-stream": "*"
31 },
32 "devDependencies": {
33 "mocha": "~1.14.0",
34 "should": "~2.1.0",
35 "event-stream": "~3.0.20"
36 },
37 "engines": {
38 "node": ">=0.8.0",
39 "npm": ">=1.2.10"
40 },
41 "licenses": [
42 {
43 "type": "MIT"
44 }
45 ]
46}