UNPKG

987 BJSONView Raw
1{
2 "name": "gulp-ng-html2js",
3 "version": "0.1.0",
4 "description": "A Gulp plugin which generates Javascript code which loads the HTML files of your AngularJS app into the $templateCache.",
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 "event-stream": "*"
29 },
30 "devDependencies": {
31 "mocha": "~1.14.0",
32 "should": "~2.1.0",
33 "gulp-util": "~2.2.0"
34 },
35 "engines": {
36 "node": ">=0.8.0",
37 "npm": ">=1.2.10"
38 },
39 "licenses": [
40 {
41 "type": "MIT"
42 }
43 ]
44}