package.json 275 字节
Newer Older
W
init  
wizardforcel 已提交
1 2
{
  "name": "gen-epub",
W
wizardforcel 已提交
3
  "version": "0.1.0",
W
init  
wizardforcel 已提交
4 5 6 7 8 9 10 11 12
  "description": "",
  "main": "index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "author": "wizardforcel",
  "license": "MIT",
  "dependencies": {
    "ejs": "*",
W
wizardforcel 已提交
13
    "moment": "*"
W
init  
wizardforcel 已提交
14 15
  }
}