juanmard/icestudio

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "name": "icestudio",
  "version": "0.12.0dev",
  "sha": "00000000",
  "description": "Visual editor for Verilog designs",
  "repository": "https://github.com/juanmard/icestudio",
  "license": "GPL-2.0",
  "main": "index.html",
  "chromium-args": "--enable-experimental-web-platform-features",
  "window": {
    "width": 1024,
    "height": 700,
    "min_width": 800,
    "min_height": 200,
    "resizable": true,
    "position": "center",
    "icon": "images/icestudio-logo.png"
  },
  "collection": "0.3.3",
  "engines": {
    "node": ">= 0.10.0"
  },
  "readme": "README.md",
  "keywords": [
    "FPGA",
    "FOSS",
    "hardware",
    "HDL",
    "ICE",
    "verilog"
  ],
  "prettier": {
    "bracketSpacing": false,
    "trailingComma": "es5",
    "tabWidth": 2,
    "semi": true,
    "singleQuote": true
  },
  "scripts": {
    "prettify": "prettier --write .",
    "check": "prettier --check .",
    "lint": "eslint **/*.js gruntfile.js",
    "fix": "eslint --fix **/*.js gruntfile.js",
    "start": "grunt serve",
    "dist": "grunt dist",
    "gettext": "grunt nggettext_extract"
  },
  "devDependencies": {
    "eslint": "^7.3.1",
    "grunt": "^1.4.1",
    "grunt-angular-gettext": "^2.5.3",
    "grunt-cli": "^1.4.3",
    "grunt-contrib-clean": "^2.0.0",
    "grunt-contrib-compress": "^2.0.0",
    "grunt-contrib-copy": "^1.0.0",
    "grunt-contrib-watch": "^1.1.0",
    "grunt-exec": "^3.0.0",
    "grunt-nw-builder": "^3.1.0",
    "load-grunt-tasks": "^5.1.0",
    "npm-platform-dependencies": "0.1.0",
    "nw": "0.35.5-sdk",
    "prettier": "^2.0.5"
  },
  "dependencies": {
    "ace-builds": "~1.4.12",
    "adm-zip": "~0.4.16",
    "alertifyjs": "~1.13.1",
    "angular": "~1.6.9",
    "angular-gettext": "https://github.com/Jesus89/angular-gettext.git#master",
    "angular-gettext-tools": "2.5.3",
    "angular-route": "~1.6.9",
    "angular-ui-bootstrap": "~1.3.3",
    "async": "~1.5.2",
    "backbone": "~1.4.0",
    "bootstrap": "~3.3.7",
    "copy-paste": "~1.3.0",
    "cos-jquery-resize": "~1.1.0",
    "extract-zip": "~1.6.5",
    "fast-copy": "^2.0.3",
    "font-awesome": "~4.7.0",
    "fs-extra": "~1.0.0",
    "getos": "~3.2.1",
    "glob": "^7.1.4",
    "is-online": "~5.2.0",
    "jexcel": "^3.9.1",
    "jointjs": "~1.1.0",
    "jquery": "~3.0.0",
    "jsuites": "^2.7.1",
    "lato-font": "^3.0.0",
    "lodash": "~3.10.1",
    "lodash.debounce": "~3.1.1",
    "marked": "~0.8.2",
    "mustache": "^4.0.0",
    "node-emoji": "~1.10.0",
    "node-lang-info": "~0.2.1",
    "openurl": "~1.1.1",
    "rmdir": "~1.2.0",
    "select2": "~4.0.5",
    "sha1": "~1.1.1",
    "snapsvg": "~0.5.1",
    "ssh-exec": "~2.0.0",
    "sudo-prompt": "~9.2.1",
    "svg-pan-zoom": "~3.4.1",
    "svgo": "~0.7.2",
    "tmp": "~0.1.0"
  }
}