-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
56 lines (56 loc) · 1.43 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
48
49
50
51
52
53
54
55
56
{
"name": "gulp-ng-templates",
"version": "1.0.2",
"description": "Build all of your angular templates in just one js file using $templateCache provider",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
"scripts": {
"test": "npx sarg --require ts-node/register \"test/**/*.ts\""
},
"repository": {
"type": "git",
"url": "https://github.com/VictorQueiroz/gulp-ng-templates"
},
"keywords": [
"gulpplugin",
"gulp",
"angular",
"angularjs",
"ng",
"html2js",
"templatecache"
],
"author": {
"name": "Victor Queiroz",
"email": "[email protected]",
"twitter": "_victorqueiroz_"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/VictorQueiroz/gulp-ng-templates/issues"
},
"homepage": "https://github.com/VictorQueiroz/gulp-ng-templates",
"dependencies": {
"event-stream": "3.3.4",
"gulp": "^4.0.0",
"gulp-concat": "^2.6.1",
"gulp-footer": "^1.0.5",
"gulp-header": "^2.0.7",
"html-minifier": "^3.5.21",
"js-string-escape": "^1.0.1",
"lodash.template": "^4.4.0"
},
"devDependencies": {
"@types/event-stream": "^3.3.34",
"@types/gulp-concat": "^0.0.32",
"@types/html-minifier": "^3.5.2",
"@types/lodash.template": "^4.4.4",
"@types/node": "^10.12.15",
"@types/vinyl": "^2.0.2",
"sarg": "^2.0.11",
"ts-node": "^7.0.1",
"tslint": "^5.11.0",
"typescript": "^3.2.2",
"vinyl": "^2.2.0"
}
}