Skip to content

Commit e60a6cc

Browse files
committed
Add jquery syntax manifest.
1 parent 5f05c02 commit e60a6cc

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

syntax.jquery.json

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
{
2+
"name": "syntax",
3+
"title": "jQuery.Syntax",
4+
"description": "jQuery plugin for source code highlighting.",
5+
"keywords": [
6+
"source", "code", "syntax", "highlight", "highlighter"
7+
],
8+
"version": "3.1.1",
9+
"author": {
10+
"name": "Samuel Williams",
11+
"url": "http://www.codeotaku.com"
12+
},
13+
"licenses": [
14+
{
15+
"type": "MIT",
16+
"url": "https://github.com/ioquatix/jquery-syntax"
17+
}
18+
],
19+
"homepage": "http://www.codeotaku.com/projects/jquery-syntax",
20+
"docs": "http://www.codeotaku.com/projects/jquery-syntax/how-to-install",
21+
"download": "https://github.com/ioquatix/jquery-syntax",
22+
"dependencies": {
23+
"jquery": ">=1.5"
24+
}
25+
}

0 commit comments

Comments
 (0)