21 lines
656 B
JSON
21 lines
656 B
JSON
{
|
|
"version": "1.2.0",
|
|
"bin": {
|
|
"voc": "./voc.njs"
|
|
},
|
|
"name": "voc",
|
|
"author": "SheetJS",
|
|
"description": "Generalized Literate Programming Framework",
|
|
"keywords": ["literate", "programming", "voc", "javascript"],
|
|
"main": "voc.js",
|
|
"files": [ "LICENSE", "README.md", "marked.js", "mkdirp.js", "voc.js", "voc.njs" ],
|
|
"dependencies": {},
|
|
"devDependencies": {},
|
|
"repository": { "type": "git", "url": "git://github.com/SheetJS/voc.git" },
|
|
"homepage": "http://sheetjs.com/opensource",
|
|
"bugs": { "url": "https://github.com/SheetJS/voc/issues" },
|
|
"license": "Apache-2.0",
|
|
"engines": { "node": ">=0.8" },
|
|
"preferGlobal": true
|
|
}
|