highlight-lisp/package.json

33 lines
794 B
JSON
Raw Normal View History

2015-01-25 13:36:32 -08:00
{
"name": "highlight-lisp",
2015-08-11 20:06:14 -07:00
"version": "0.1.6",
2015-01-25 13:36:32 -08:00
"description": "An HTML syntax highlighter for Common Lisp",
"author": "Andrew Lyon <orthecreedence@gmail.com>",
"license": "MIT",
"homepage": "https://github.com/orthecreedence/highlight-lisp",
"filename": "highlight-lisp.min.js",
"keywords": [
"lisp",
"common lisp",
"highlight",
"syntax"
],
"repository": {
"type": "git",
"url": "https://github.com/orthecreedence/highlight-lisp.git"
},
"autoupdate": {
"source": "git",
"target": "git://github.com/orthecreedence/highlight-lisp.git",
"basePath": "",
"files": [
"highlight-lisp.min.js",
"themes/dark.min.css",
"themes/github.min.css",
"themes/wookie.min.css",
"themes/vestigial.min.css"
]
}
}