mirror of
https://github.com/ONLYOFFICE/server.git
synced 2026-02-10 18:05:07 +08:00
45 lines
1.0 KiB
JSON
45 lines
1.0 KiB
JSON
{
|
|
"name": "builder",
|
|
"version": "0.0.0",
|
|
"homepage": "http://www.teamlab.com",
|
|
"private": true,
|
|
"build": {
|
|
"src": [
|
|
"./**/sources/*.js",
|
|
"./Common/package.json",
|
|
"./DocService/package.json",
|
|
"./DocService/public/healthcheck.docx",
|
|
"./FileConverter/package.json",
|
|
"./FileConverter/bin/DoctRenderer.config",
|
|
"./Metrics/package.json",
|
|
"./SpellChecker/package.json",
|
|
"./Common/config/*.json",
|
|
"./Common/config/log4js/*.json",
|
|
"./Metrics/config/config.js"
|
|
],
|
|
"dest": "./build"
|
|
},
|
|
"postprocess": {
|
|
"src": [
|
|
"./build/**/sources/*.js"
|
|
],
|
|
"dest": "./"
|
|
},
|
|
"npm": [
|
|
"./build/Common",
|
|
"./build/DocService",
|
|
"./build/FileConverter",
|
|
"./build/Metrics",
|
|
"./build/SpellChecker"
|
|
],
|
|
"dependencies": {
|
|
"grunt": "^0.4.5",
|
|
"grunt-banner": "^0.6.0",
|
|
"grunt-check-dependencies": "^0.12.0",
|
|
"grunt-contrib-clean": "^1.0.0",
|
|
"grunt-contrib-copy": "^1.0.0",
|
|
"grunt-stripcomments": "^0.5.0",
|
|
"grunt-mkdir": "^1.0.0"
|
|
}
|
|
}
|