Current File : /home/tradevaly/www/node_modules/svg.js/package.json
{
  "_args": [
    [
      "svg.js@2.7.1",
      "/home/skote/public_html"
    ]
  ],
  "_from": "svg.js@2.7.1",
  "_id": "svg.js@2.7.1",
  "_inBundle": false,
  "_integrity": "sha512-ycbxpizEQktk3FYvn/8BH+6/EuWXg7ZpQREJvgacqn46gIddG24tNNe4Son6omdXCnSOaApnpZw6MPCBA1dODA==",
  "_location": "/svg.js",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "svg.js@2.7.1",
    "name": "svg.js",
    "escapedName": "svg.js",
    "rawSpec": "2.7.1",
    "saveSpec": null,
    "fetchSpec": "2.7.1"
  },
  "_requiredBy": [
    "/svg.draggable.js",
    "/svg.easing.js",
    "/svg.filter.js",
    "/svg.pathmorphing.js",
    "/svg.resize.js",
    "/svg.resize.js/svg.select.js",
    "/svg.select.js"
  ],
  "_resolved": "https://registry.npmjs.org/svg.js/-/svg.js-2.7.1.tgz",
  "_spec": "2.7.1",
  "_where": "/home/skote/public_html",
  "author": {
    "name": "Wout Fierens",
    "email": "wout@mick-wout.com"
  },
  "bugs": {
    "url": "https://github.com/svgdotjs/svg.js/issues"
  },
  "description": "A lightweight library for manipulating and animating SVG.",
  "devDependencies": {
    "coveralls": "^2.13.1",
    "del": "^2.2.0",
    "gulp": "^3.9.1",
    "gulp-chmod": "^2.0.0",
    "gulp-cli": "^1.3.0",
    "gulp-concat": "^2.3.3",
    "gulp-header": "^1.0.5",
    "gulp-rename": "^1.2.2",
    "gulp-size": "^2.1.0",
    "gulp-trimlines": "^1.0.0",
    "gulp-uglify": "^2.1.2",
    "gulp-wrap": "^0.13.0",
    "jasmine-core": "^2.6.2",
    "karma": "^1.7.0",
    "karma-coverage": "^1.1.1",
    "karma-firefox-launcher": "^1.0.1",
    "karma-jasmine": "^1.1.0",
    "karma-phantomjs-launcher": "^1.0.4",
    "request": "^2.81.0",
    "svgdom": "latest"
  },
  "github": "https://github.com/svgdotjs/svg.js",
  "homepage": "https://svgdotjs.github.io/",
  "jam": {
    "include": [
      "dist/svg.js",
      "README.md",
      "LICENSE.txt"
    ]
  },
  "keywords": [
    "svg",
    "vector",
    "graphics",
    "animation"
  ],
  "license": "MIT",
  "licenses": [
    {
      "type": "MIT",
      "url": "http://www.opensource.org/licenses/mit-license.php"
    }
  ],
  "main": "dist/svg.js",
  "maintainers": [
    {
      "name": "Wout Fierens",
      "email": "wout@mick-wout.com",
      "url": "https://svgdotjs.github.io/"
    },
    {
      "name": "Ulrich-Matthias Schäfer",
      "email": "ulima.ums@googlemail.com"
    },
    {
      "name": "Rémi Tétreault",
      "url": "https://github.com/RmiTtro"
    },
    {
      "name": "Jon Ege Ronnenberg",
      "email": "jon@svgjs.com",
      "url": "https://keybase.io/dotnetcarpenter"
    }
  ],
  "name": "svg.js",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/svgdotjs/svg.js.git"
  },
  "scripts": {
    "build": "gulp",
    "build:test": "gulp unify",
    "test": "karma start .config/karma.conf.js --single-run",
    "test:quick": "karma start .config/karma.quick.js"
  },
  "typings": "./svg.js.d.ts",
  "url": "https://svgdotjs.github.io/",
  "version": "2.7.1"
}