DeuxHuitHuit/framework.js

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "name": "framework",
  "title": "framework.js",
  "description": "Deux Huit Huit javascript framework",
  "version": "3.0.2",
  "homepage": "https://github.com/DeuxHuitHuit/framework.js",
  "author": {
    "name": "Deux Huit Huit",
    "url": "https://deuxhuithuit.com/"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/DeuxHuitHuit/framework.js.git"
  },
  "bugs": {
    "url": "https://github.com/DeuxHuitHuit/framework.js/issues"
  },
  "license": "MIT",
  "keywords": [],
  "devDependencies": {
    "@babel/core": "^7.14.8",
    "@babel/preset-env": "^7.14.9",
    "express": "4.17.1",
    "grunt": "~1.4.1",
    "grunt-babel": "^8.0.0",
    "grunt-complexity": "~1.1",
    "grunt-contrib-clean": "^2.0.0",
    "grunt-contrib-concat": "~1.0.1",
    "grunt-contrib-connect": "~3.0.0",
    "grunt-contrib-jshint": "~3.0.0",
    "grunt-contrib-qunit": "^5.0.1",
    "grunt-contrib-watch": "^1.1.0",
    "grunt-git-revision": "0.0.1",
    "grunt-jscs": "^3.0.1",
    "grunt-jsdoc": "^2.4.1",
    "matchdep": "~2.0.0",
    "minami": "^1.2.3",
    "optimist": "0.6.1",
    "phantomjs": "~2.1.7"
  },
  "scripts": {
    "test": "grunt dev test-latest",
    "ci": "grunt ci",
    "build": "grunt build"
  },
  "snyk": true,
  "greenkeeper": {
    "ignore": [
      "snyk"
    ]
  }
}