scniro/gulp-angular-tpl2js

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "name": "gulp-angular-tpl2js",
  "version": "1.0.0",
  "description": "Use gulp to convert Angular templates to inline JavaScript",
  "main": "index.js",
  "repository": {
    "type": "git",
    "url": "https://github.com/scniro/gulp-angular-tpl2js.git"
  },
  "author": "scniro",
  "license": "MIT",
  "devDependencies": {
    "chai": "4.0.2",
    "coveralls": "2.13.1",
    "gulp": "3.9.1",
    "mocha": "3.4.2",
    "nyc": "11.0.3",
    "vinyl": "2.0.2",
    "vinyl-fs-fake": "1.1.0"
  },
  "dependencies": {
    "angular-tpl2js": "1.0.0",
    "gulp-util": "3.0.8",
    "object-assign": "4.1.1",
    "readable-stream": "2.3.3",
    "vinyl-bufferstream": "1.0.1"
  },
  "scripts": {
    "test": "./node_modules/.bin/nyc mocha test/test.js --reporter dot"
  },
  "nyc": {
    "report-dir": "./.coverage",
    "reporter": [
      "lcov",
      "text"
    ],
    "sourceMap": false,
    "tempDirectory": "./.coverage/.temp"
  }
}