Files
server/package.json
2016-06-24 12:13:29 +03:00

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"
}
}