UNPKG

1.2 kBJSONView Raw
1{
2 "name": "grunt-angular-templates",
3 "description": "Grunt build task to concatenate & register your AngularJS templates in the $templateCache",
4 "version": "0.4.3",
5 "homepage": "https://github.com/ericclemmons/grunt-angular-templates",
6 "author": {
7 "name": "Eric Clemmons",
8 "email": "eric@smarterspam.com"
9 },
10 "repository": {
11 "type": "git",
12 "url": "git://github.com/ericclemmons/grunt-angular-templates.git"
13 },
14 "bugs": {
15 "url": "https://github.com/ericclemmons/grunt-angular-templates/issues"
16 },
17 "licenses": [
18 {
19 "type": "MIT",
20 "url": "https://github.com/ericclemmons/grunt-angular-templates/blob/master/LICENSE-MIT"
21 }
22 ],
23 "main": "Gruntfile.js",
24 "engines": {
25 "node": ">= 0.8.0"
26 },
27 "scripts": {
28 "test": "./node_modules/.bin/grunt"
29 },
30 "dependencies": {
31 "html-minifier": "~0.5.4"
32 },
33 "devDependencies": {
34 "grunt": "~0.4.0",
35 "grunt-contrib-clean": "~0.5.0",
36 "grunt-contrib-concat": "~0.3.0",
37 "grunt-contrib-jshint": "~0.1.1",
38 "grunt-contrib-nodeunit": "~0.1.2",
39 "grunt-cli": "~0.1.6"
40 },
41 "keywords": [
42 "gruntplugin",
43 "angular",
44 "template",
45 "templates",
46 "concat"
47 ]
48}