blob: 433e44625bf397ea5035fc7940a5ea3f246b6db1 [file] [log] [blame]
{
"name": "echarts-doc",
"version": "0.0.1",
"description": "Documentation of ECharts",
"repository": {
"type": "git",
"url": "git@github.com:ecomfe/echarts-doc.git"
},
"scripts": {
"build": "node build.js --env dev",
"watch": "node watch.js --env dev",
"server": "node server.js"
},
"author": "shenyi",
"license": "BSD",
"devDependencies": {
"copy-dir": "^0.3.0",
"etpl": "~3.0.1",
"glob": "^6.0.3",
"jquery": "^3.1.1",
"jsdom": "^9.8.3",
"marked": "^0.3.5",
"node-static": "^0.7.7",
"open": "0.0.5",
"yargs": "^14.0.0"
}
}