web-apps/build/package.json

31 lines
850 B
JSON
Raw Normal View History

2016-03-11 00:48:53 +00:00
{
"name": "common",
"version": "0.0.0",
"homepage": "http://www.onlyoffice.com",
"private": true,
"dependencies": {
"lodash": "^4.0.0",
2017-08-01 12:02:24 +00:00
"grunt": "^1.0.0",
"grunt-replace": "^1.0.0",
2016-03-11 00:48:53 +00:00
"grunt-text-replace": "0.3.11",
2017-08-01 12:02:24 +00:00
"mocha": "^3.0.0",
2016-03-11 00:48:53 +00:00
"chai": "1.9.1",
2017-08-01 12:02:24 +00:00
"grunt-mocha": "^1.0.0",
2016-03-11 00:48:53 +00:00
"grunt-jscoverage": "0.1.1",
"grunt-contrib-less": "^1.0.0",
2017-08-01 12:02:24 +00:00
"grunt-contrib-requirejs": "^1.0.0",
"grunt-contrib-clean": "^1.0.0",
2016-03-11 00:48:53 +00:00
"grunt-contrib-copy": "^0.8.0",
"grunt-contrib-uglify": "^0.8.1",
"grunt-contrib-concat": "^0.5.1",
"grunt-contrib-imagemin": "^1.0.0",
2017-02-02 15:04:42 +00:00
"grunt-contrib-cssmin": "^1.0.0",
"grunt-contrib-htmlmin": "^2.0.0",
2018-04-09 12:02:13 +00:00
"grunt-json-minify": "^1.1.0",
2016-03-11 00:48:53 +00:00
"vinyl-fs": "2.2.1",
2017-07-18 13:08:37 +00:00
"less-plugin-clean-css": "1.5.0",
"grunt-svgmin": "4.0.0",
"grunt-inline": "0.3.4"
2016-03-11 00:48:53 +00:00
}
}