Skip to content

Commit ac0487e

Browse files
committed
Preparing package.json for new jQuery plugin repository.
1 parent de41790 commit ac0487e

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

package.json

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
{
2+
name: "syntax",
3+
version: "3.1",
4+
title: "jQuery.Syntax",
5+
author: {
6+
name: "Samuel Williams",
7+
email: "samuel@oriontransfer.org",
8+
url: "http://www.oriontransfer.co.nz/samuel-williams"
9+
},
10+
licenses: [
11+
{type: "MIT", url: "http://www.oriontransfer.co.nz/projects/jquery-syntax/license.en"}
12+
],
13+
dependencies: {
14+
"jquery": ">=1.4.1"
15+
},
16+
description: "jQuery.Syntax is an extremely fast and lightweight syntax highlighter written in JavaScript. It has dynamic loading of syntax source files and integrates cleanly using CSS or modelines.",
17+
keywords: ["syntax", "highlighting", "highlighter", "source", "code", "formatting"],
18+
homepage: "http://www.oriontransfer.co.nz/projects/jquery-syntax"
19+
}

0 commit comments

Comments
 (0)