Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
atom / usr / share / atom / resources / app / apm / templates / language / package.json
Size: Mime:
{
  "name": "language-__package-name__",
  "version": "0.0.0",
  "description": "A short description of your language package",
  "keywords": [
    "language",
    "grammar"
  ],
  "repository": "https://github.com/__package-author__/language-__package-name__",
  "license": "MIT",
  "engines": {
    "atom": ">=1.0.0 <2.0.0"
  }
}