mirror of
https://github.com/jashkenas/coffeescript.git
synced 2026-01-14 09:17:55 -05:00
30 lines
729 B
JSON
30 lines
729 B
JSON
{
|
|
"name": "illiterate",
|
|
"version": "0.1.0",
|
|
"dependencies": {},
|
|
"description": "Extract code block from markdown à la coffeescript - but for any language",
|
|
"main": "readme.js.md",
|
|
"bin": {
|
|
"illiterate": "illiterate"
|
|
},
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/billymoon/illiterate"
|
|
},
|
|
"keywords": [
|
|
"illiterate",
|
|
"literate",
|
|
"javascript",
|
|
"markdown"
|
|
],
|
|
"author": "Billy Moon <billy@itaccess.org> (http://billy.itaccess.org)",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/billymoon/illiterate/issues"
|
|
},
|
|
"homepage": "https://github.com/billymoon/illiterate"
|
|
}
|