eiriksm/twigjs-drupal8

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "name": "twigjs-drupal8",
  "version": "1.0.0",
  "description": "twigjs-drupal8 ==============",
  "main": "index.js",
  "scripts": {
    "test": "npm run lint && mocha",
    "lint": "eslint ."
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/eiriksm/twigjs-drupal8.git"
  },
  "author": "Eirik S. Morland <eirik@morland.no>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/eiriksm/twigjs-drupal8/issues"
  },
  "homepage": "https://github.com/eiriksm/twigjs-drupal8",
  "devDependencies": {
    "brfs": "^1.4.1",
    "browserify": "^13.0.0",
    "eslint": "^2.5.0",
    "gulp": "^3.9.0",
    "gulp-livereload": "^3.8.1",
    "istanbul": "^0.4.0",
    "mocha": "^2.3.3",
    "moment": "^2.10.6",
    "should": "^8.0.1",
    "twig": "^0.8.2",
    "twigjs-passthrough": "0.0.1",
    "twigjs-trans": "0.0.1",
    "twigjs-without": "0.0.1",
    "vinyl-source-stream": "^1.1.0"
  }
}