ArnaudBuchholz/gpf-js

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "name": "gpf-js",
  "version": "1.0.1-alpha",
  "description": "A multi-purpose JavaScript library",
  "main": "build/gpf-node.js",
  "directories": {
    "lib": "build",
    "test": "test"
  },
  "scripts": {
    "config": "node make/config",
    "start": "grunt serve",
    "test": "grunt connectIf concurrent:source",
    "release": "node make/release"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/ArnaudBuchholz/gpf-js.git"
  },
  "author": "Arnaud Buchholz <arnaud.buchholz@free.fr> (http://gpf-js.blogspot.com/)",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/ArnaudBuchholz/gpf-js/issues"
  },
  "homepage": "http://gpf-js.blogspot.com/",
  "devDependencies": {
    "axios": ">=0.18.1",
    "babel-eslint": "^10.0.1",
    "colors": "^1.3.3",
    "coveralls": "^3.0.2",
    "d3-dependency-wheel": "^1.1.0",
    "doctrine": "^3.0.0",
    "escodegen": "^1.11.0",
    "eslint": "^6.5.1",
    "eslint-utils": ">=1.4.1",
    "esprima": "^4.0.1",
    "fs-extra": "^8.1.0",
    "github-api": "^3.2.2",
    "grunt": "^1.0.4",
    "grunt-concurrent": "^3.0.0",
    "grunt-contrib-clean": "^2.0.0",
    "grunt-contrib-connect": "^2.0.0",
    "grunt-contrib-copy": "^1.0.0",
    "grunt-contrib-jshint": "^2.0.0",
    "grunt-contrib-uglify": "^4.0.0",
    "grunt-contrib-watch": "^1.1.0",
    "grunt-eslint": "^22.0.0",
    "grunt-exec": "^3.0.0",
    "grunt-htmllint": "^0.3.0",
    "grunt-istanbul": "^0.8.0",
    "grunt-istanbul-coverage": "^0.1.1",
    "grunt-jsdoc": "^2.4.0",
    "grunt-mocha": "^1.2.0",
    "grunt-mocha-test": "^0.13.3",
    "grunt-notify": "^0.4.3",
    "grunt-zip": "^0.18.1",
    "handlebars": "^4.4.3",
    "ink-docstrap": "^1.3.2",
    "inquirer": "^7.0.0",
    "jquery": ">=3.4.0",
    "js-yaml": ">=3.13.1",
    "load-grunt-config": "^3.0.0",
    "load-grunt-tasks": "^5.1.0",
    "lodash": ">=4.17.15",
    "lodash.mergewith": ">=4.6.2",
    "marked": ">=0.6.1",
    "mocha": "^6.2.0",
    "opn": "^6.0.0",
    "plato": "^1.7.0",
    "q": "^1.5.1",
    "rhino-1_7r5-bin": "^1.0.1",
    "selenium-webdriver": "^3.6.0",
    "sync-request": "^6.0.0",
    "time-grunt": "^2.0.0",
    "uglify-es": "^3.3.9",
    "uglify-js": "^3.4.9"
  }
}