1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/etherpad_ynh.git synced 2024-09-03 18:36:10 +02:00
etherpad_ynh/sources/bin/doc/package.json
Wonderfall 90575e5019 Updated 1.5.6
Updated 1.5.6.
2015-05-15 17:40:19 +02:00

15 lines
362 B
JSON
Executable file

{
"author": "Isaac Z. Schlueter <i@izs.me> (http://blog.izs.me/)",
"name": "node-doc-generator",
"description": "Internal tool for generating Node.js API docs",
"version": "0.0.0",
"engines": {
"node": ">=0.6.10"
},
"dependencies": {
"marked": "~0.1.9"
},
"devDependencies": {},
"optionalDependencies": {},
"bin": "./generate.js"
}