kclean
Version:
A build tool that converts KISSY module code to standard JavaScript.
32 lines (31 loc) • 732 B
JSON
{
"name": "kclean",
"version": "0.0.27",
"description": "A build tool that converts KISSY module code to standard JavaScript.",
"main": "lib/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/kissyteam/kclean.git"
},
"keywords": [
"kissy",
"cmd",
"module"
],
"dependencies": {
"escodegen": "1.x",
"esprima": "1.x",
"estraverse": "1.x",
"lodash": "2.x"
},
"author": "taojie.hjp@taobao.com",
"license": "ISC",
"bugs": {
"url": "https://github.com/kissyteam/kclean/issues"
},
"homepage": "https://github.com/kissyteam/kclean",
"readmeFilename": "README.md"
}