mattma/gulp-htmlbars

View on GitHub
examples/amd/package.json

Summary

Maintainability
Test Coverage
{
  "name": "htmlbars-example",
  "version": "0.0.0",
  "description": "",
  "main": "index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "author": "",
  "license": "ISC",
  "devDependencies": {
    "gulp": "^3.8.10",
    "gulp-concat": "^2.4.3",
    "gulp-htmlbars": "^0.1.0",
    "gulp-wrap-amd": "^0.4.1"
  }
}