UNPKG

961 BJSONView Raw
1{
2 "name": "gulp-ng-template",
3 "description": "Precompile AngularJS templates to a JS file with $templateCache",
4 "version": "0.2.0",
5 "main": "index.js",
6 "homepage": "https://github.com/teambition/gulp-ng-template",
7 "author": [
8 "Yan Qing <admin@zensh.com>"
9 ],
10 "repository": {
11 "type": "git",
12 "url": "git://github.com/teambition/gulp-ng-template.git"
13 },
14 "keywords": [
15 "gulpplugin",
16 "angular",
17 "ngtemplate",
18 "ng-template",
19 "templateCache"
20 ],
21 "bugs": {
22 "url": "https://github.com/teambition/gulp-ng-template/issues"
23 },
24 "engines": {
25 "node": ">= 0.10.0"
26 },
27 "scripts": {
28 "test": "gulp test"
29 },
30 "dependencies": {
31 "gulp-util": "^3.0.0",
32 "through2": "^1.1.0"
33 },
34 "devDependencies": {
35 "gulp": ">=3.8.0",
36 "gulp-clean": ">=0.3.1",
37 "gulp-jshint": ">=1.8.4",
38 "gulp-mocha": ">=1.0.0",
39 "gulp-sequence": ">=0.3.0",
40 "merge2": ">=0.3.0",
41 "should": ">=4.0.4"
42 }
43}