UNPKG

1.47 kBJSONView Raw
1{
2 "name": "gulp-ng-templates",
3 "version": "1.0.2",
4 "description": "Build all of your angular templates in just one js file using $templateCache provider",
5 "main": "lib/index.js",
6 "typings": "lib/index.d.ts",
7 "scripts": {
8 "test": "npx sarg --require ts-node/register \"test/**/*.ts\""
9 },
10 "repository": {
11 "type": "git",
12 "url": "https://github.com/VictorQueiroz/gulp-ng-templates"
13 },
14 "keywords": [
15 "gulpplugin",
16 "gulp",
17 "angular",
18 "angularjs",
19 "ng",
20 "html2js",
21 "templatecache"
22 ],
23 "author": {
24 "name": "Victor Queiroz",
25 "email": "victorcqueirozg@gmail.com",
26 "twitter": "_victorqueiroz_"
27 },
28 "license": "MIT",
29 "bugs": {
30 "url": "https://github.com/VictorQueiroz/gulp-ng-templates/issues"
31 },
32 "homepage": "https://github.com/VictorQueiroz/gulp-ng-templates",
33 "dependencies": {
34 "event-stream": "3.3.4",
35 "gulp": "^4.0.0",
36 "gulp-concat": "^2.6.1",
37 "gulp-footer": "^1.0.5",
38 "gulp-header": "^2.0.7",
39 "html-minifier": "^3.5.21",
40 "js-string-escape": "^1.0.1",
41 "lodash.template": "^4.4.0"
42 },
43 "devDependencies": {
44 "@types/event-stream": "^3.3.34",
45 "@types/gulp-concat": "^0.0.32",
46 "@types/html-minifier": "^3.5.2",
47 "@types/lodash.template": "^4.4.4",
48 "@types/node": "^10.12.15",
49 "@types/vinyl": "^2.0.2",
50 "sarg": "^2.0.11",
51 "ts-node": "^7.0.1",
52 "tslint": "^5.11.0",
53 "typescript": "^3.2.2",
54 "vinyl": "^2.2.0"
55 }
56}