mix-lang-text
Version:
A Simple Mixed Lang Text Format
28 lines (27 loc) • 578 B
JSON
{
"name": "mix-lang-text",
"version": "0.0.5",
"description": "A Simple Mixed Lang Text Format",
"main": "index.js",
"scripts": {
"test": "mocha test/**/*.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/LoveKino/mix-lang-text.git"
},
"keywords": [
"Lang",
"Mix",
"Format"
],
"author": "ddchen",
"license": "MIT",
"bugs": {
"url": "https://github.com/LoveKino/mix-lang-text/issues"
},
"homepage": "https://github.com/LoveKino/mix-lang-text#readme",
"devDependencies": {
"mocha": "^3.4.2"
}
}