This repository has been archived on 2026-07-19. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
espocrm-base/package.json
T
2021-06-19 13:39:08 +03:00

44 lines
1.1 KiB
JSON

{
"name": "espocrm",
"version": "6.1.7",
"description": "",
"main": "index.php",
"repository": {
"type": "git",
"url": "git://github.com/espocrm/espocrm.git"
},
"author": "",
"license": "GPL-3.0",
"devDependencies": {
"archiver": "^3.1.1",
"fstream": ">=1.0.12",
"grunt": "^1.3.0",
"grunt-chmod": "~1.1.0",
"grunt-contrib-clean": "~2.0.0",
"grunt-contrib-concat": "~1.0.1",
"grunt-contrib-copy": "~1.0.0",
"grunt-contrib-cssmin": "~3.0.0",
"grunt-contrib-less": "^2.0.0",
"grunt-contrib-uglify-es": "git://github.com/gruntjs/grunt-contrib-uglify.git#harmony",
"grunt-mkdir": "~1.0.0",
"grunt-replace": "~1.0.1",
"js-yaml": "^3.13.1",
"lodash": "^4.17.21",
"minimist": ">=1.2.2",
"pofile": "~1.0.11",
"tar": "^6.0.5",
"trim-newlines": "^4.0.1"
},
"dependencies": {
"backbone": "^1.3.3",
"base-64": "^1.0.0",
"es6-promise": "^3.0.2",
"handlebars": "^2.0.0",
"jquery": "^2.1.4",
"moment": "^2.24.0",
"moment-timezone": "^0.5.33",
"timepicker": "^1.11.15",
"underscore": "^1.13.1"
}
}