Skip to content
Snippets Groups Projects
Select Git revision
  • 73a3e295d673caccec133e3365b8113ed737ac65
  • master default protected
  • v0.1.0
3 results

package.json

Blame
  • Code owners
    Assign users and groups as approvers for specific file changes. Learn more.
    This project manages its dependencies using npm. Learn more
    package.json 398 B
    {
      "name": "tl-verilog",
      "author": "Dmytro Bogatov <dmytro@dbogatov.org>",
      "version": "0.3.0",
      "description": "TL-Verilog support",
      "keywords": [
        "tlv",
        "tl verilog",
        "tl-verilog",
        "verilog",
        "grammar",
        "syntax"
      ],
      "repository": "https://github.com/dbogatov/tlv-atom",
      "license": "MIT",
      "engines": {
        "atom": ">=1.0.0 <2.0.0"
      },
      "dependencies": {}
    }