1
0
mirror of https://github.com/chanind/hanzi-writer-data.git synced 2025-06-16 16:59:57 +08:00
hanzi-writer-data/package.json
David Chanin ad1a9905ca v2.0.1
2018-10-01 18:05:55 +08:00

17 lines
518 B
JSON

{
"name": "hanzi-writer-data",
"version": "2.0.1",
"author": "David Chanin <chanindav@gmail.com> (https://chanind.github.io/hanzi-writer)",
"description": "The character data used by Hanzi Writer. This data is derived from the Make Me a Hanzi project.",
"repository": "chanind/hanzi-writer-data",
"main": "index.js",
"license": "SEE LICENSE IN ARPHICPL.TXT",
"scripts": {
"prepublishOnly": "cp -r data/* .",
"serve": "http-server"
},
"devDependencies": {
"http-server": "^0.11.1"
}
}