tcompile
Version:
A compressing tool for ctrip/Taocan project
28 lines (27 loc) • 703 B
JSON
{
"name": "tcompile",
"version": "0.4.10",
"description": "A compressing tool for ctrip/Taocan project",
"keywords": ["compress", "seajs", "ctrip"],
"author": "Shan Shi <shiz@ctrip.com>",
"license": "MIT",
"homepage": "https://github.com/Deathsteps/TCompile",
"bugs": "https://github.com/Deathsteps/TCompile/issues",
"engines": {
"node": ">= 0.8.0"
},
"repository": {
"type": "git",
"url": "https://github.com/Deathsteps/TCompile.git"
},
"dependencies": {
"bluebird": "~2.2.2",
"uglify-js": "~2.4.15",
"handlebars": "~2.0.0"
},
"devDependencies": {
"handlebars": "~2.0.0"
},
"main": "./lib/compile.js",
"bin": { "tcompile": "bin/compile" }
}