meili
Version:
Meilishuo toolkit
35 lines (34 loc) • 676 B
JSON
{
"name": "meili",
"version": "0.0.14",
"description": "Meilishuo toolkit",
"main": "meili.js",
"scripts": {
"test": "mei --help"
},
"bin": {
"mei": "bin/mei"
},
"repository": {
"type": "git",
"url": "https://github.com/lujintan/meili"
},
"keywords": [
"toolkit",
"meili"
],
"author": "lujintan",
"license": "ISC",
"bugs": {
"url": "https://github.com/lujintan/meili/issues"
},
"homepage": "https://github.com/lujintan/meili",
"dependencies": {
"clitoolkit": "0.0.13",
"meili-cli-beautifier": "*",
"meili-cli-create": "*",
"meili-cli-svn": "*",
"meili-cli-watch": "*",
"q": "1.2.0"
}
}