org
Version:
A parser and converter for org-mode notation
31 lines (30 loc) • 604 B
JSON
{
"name": "org",
"description": "A parser and converter for org-mode notation",
"homepage": "http://mooz.github.com/org-js",
"bugs": "http://github.com/mooz/org-s/issues",
"keywords": [
"org-mode",
"emacs",
"parser"
],
"author": {
"name": "Masafumi Oyamada",
"email": "stillpedant@gmail.com",
"web": "http://mooz.github.io/"
},
"licenses": [
{
"type": "MIT"
}
],
"main": "./lib/org.js",
"version": "0.2.0",
"directories": {
"test": "./tests"
},
"repository": {
"type": "git",
"url": "git://github.com/mooz/org-js.git"
}
}