web-apps/build/package.json
Alexander.Trofimov 386a14c201 delete hg commands
add GIT_COMMIT to build result
2016-04-07 19:09:44 +03:00

28 lines
751 B
JSON

{
"name": "common",
"version": "0.0.0",
"homepage": "http://www.onlyoffice.com",
"private": true,
"dependencies": {
"lodash": "^4.0.0",
"grunt": "0.4.5",
"grunt-replace": "0.7.3",
"grunt-html-minify": "0.3.1",
"grunt-text-replace": "0.3.11",
"mocha": "1.18.2",
"chai": "1.9.1",
"grunt-mocha": "0.4.11",
"grunt-jscoverage": "0.1.1",
"grunt-contrib-less": "^1.0.0",
"grunt-contrib-requirejs": "^0.4.4",
"grunt-contrib-clean": "^0.6.0",
"grunt-contrib-copy": "^0.8.0",
"grunt-contrib-uglify": "^0.8.1",
"grunt-contrib-concat": "^0.5.1",
"grunt-contrib-imagemin": "^1.0.0",
"grunt-contrib-cssmin": "^0.12.2",
"vinyl-fs": "2.2.1",
"less-plugin-clean-css": "1.5.0"
}
}