Skip to content
This repository has been archived by the owner on Feb 28, 2021. It is now read-only.

Commit

Permalink
Add package.json file
Browse files Browse the repository at this point in the history
  • Loading branch information
thetutlage committed Mar 30, 2017
1 parent 2dd69bf commit e7bf01c
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
{
"schema_version": "3.0.0",
"packages": [
{
"name": "Edge Syntax Highliter",
"description": "Sublime Syntax Highliter For Edge.js.",
"author": "Aman Virk",
"homepage": "https://github.com/poppinss/edge-sublime-syntax",
"details": "https://github.com/poppinss/edge-sublime-syntax",
"labels": ["js", "adonis", "edge", "language syntax"],
"releases": [
{
"sublime_text": ">3084",
"platforms": ["windows", "osx", "linux"],
"version": "1.0.1",
"url": "https://github.com/poppinss/edge-sublime-syntax/archive/1.0.1.zip",
"date": "2017-03-31 12:29:00"
}
]
}
]
}

0 comments on commit e7bf01c

Please sign in to comment.