12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455 |
- {
- "name": "grunt-angular-templates",
- "description": "Grunt build task to concatenate & register your AngularJS templates in the $templateCache",
- "version": "0.5.9",
- "homepage": "https://github.com/ericclemmons/grunt-angular-templates",
- "author": {
- "name": "Eric Clemmons",
- "email": "eric@smarterspam.com"
- },
- "repository": {
- "type": "git",
- "url": "git://github.com/ericclemmons/grunt-angular-templates.git"
- },
- "bugs": {
- "url": "https://github.com/ericclemmons/grunt-angular-templates/issues"
- },
- "licenses": [
- {
- "type": "MIT",
- "url": "https://github.com/ericclemmons/grunt-angular-templates/blob/master/LICENSE-MIT"
- }
- ],
- "main": "Gruntfile.js",
- "engines": {
- "node": ">= 0.8.0"
- },
- "scripts": {
- "test": "./node_modules/.bin/grunt"
- },
- "dependencies": {
- "html-minifier": "~0.6.3"
- },
- "devDependencies": {
- "grunt": "~0.4.0",
- "grunt-cli": "~0.1.6",
- "grunt-contrib-cssmin": "~0.7.0",
- "grunt-contrib-clean": "~0.5.0",
- "grunt-contrib-concat": "~0.3.0",
- "grunt-contrib-jshint": "~0.7.2",
- "grunt-contrib-nodeunit": "~0.2.2",
- "grunt-contrib-uglify": "~0.2.7",
- "grunt-usemin": "~2.0.2",
- "grunt-contrib-copy": "~0.4.1"
- },
- "keywords": [
- "gruntplugin",
- "angular",
- "template",
- "templates",
- "concat"
- ],
- "__npminstall_done": true,
- "_from": "grunt-angular-templates@0.5.9",
- "_resolved": "https://registry.npmmirror.com/grunt-angular-templates/-/grunt-angular-templates-0.5.9.tgz"
- }
|