atm4
Version:
Personal tailor!!! Based on atm3, and atm3 based on fis3
78 lines (77 loc) • 2.18 kB
JSON
{
"name": "atm4",
"version": "0.0.3",
"description": "Personal tailor!!! Based on atm3, and atm3 based on fis3",
"main": "atm.js",
"bin": {
"atm": "bin/fis.js"
},
"dependencies": {
"colors": "0.6.2",
"commander": "1.3.2",
"glob": "5.0.3",
"iconv-lite": "0.2.10",
"liftoff": "2.2.1",
"lodash": "4.12.0",
"minimatch": "2.0.4",
"minimist": "1.1.1",
"tar": "2.2.1",
"fis-command-install": "0.2.17",
"fis-lolcat": "1.0.1",
"fis-optimizer-clean-css": "0.0.9",
"fis-optimizer-png-compressor": "0.1.6",
"fis-optimizer-uglify-js": "0.2.1",
"fis3-command-inspect": "1.0.3",
"fis3-command-release": "1.3.8",
"fis3-command-server": "0.0.9",
"fis3-server-node": "0.1.1",
"fis3-deploy-local-deliver": "1.0.0",
"fis3-deploy-encoding": "1.0.0",
"fis3-hook-components": "1.0.4",
"fis3-packager-map": "1.1.3",
"fis3-errors": "*",
"fis3-hook-relative": "*",
"fis-parser-less": "*",
"atm3-deploy-cdn": "*",
"fis3-postpackager-open": "*",
"atm3-postpackager-list-html": "*",
"atm3-deploy-http-push": "*",
"atm3-preprocessor-channel": "*",
"atm4-command-init": "*",
"atm4-spriter-csssprites": "*",
"atm4-postprocessor-px2rem": "*"
},
"watch": {
"jsdoc": "lib/*.js"
},
"scripts": {
"test": "mocha test",
"test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot --check-leaks test",
"jsdoc": "jsdoc --readme ./doc/docs/api/dev-plugin.md ./lib -r -t ./node_modules/minami -c .jsdoc.json -d ./doc/api",
"watch": "npm-watch",
"test-travis": "istanbul cover node_modules/mocha/bin/_mocha test/*.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/soakit/atm.git"
},
"keywords": [
"atm",
"MXD",
"FIS"
],
"author": {
"name": "femxd"
},
"license": "BSD",
"bugs": {
"url": "https://github.com/soakit/atm3/issues"
},
"homepage": "https://github.com/femxd/atm3",
"maintainers": [
{
"name": "googleyufei",
"email": "googleyufei@qq.com"
}
]
}