mirror of
https://github.com/espocrm/espocrm.git
synced 2026-06-29 15:36:07 +00:00
27 lines
649 B
JSON
27 lines
649 B
JSON
{
|
|
"name": "espocrm",
|
|
"version": "5.6.0",
|
|
"description": "",
|
|
"main": "index.php",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/espocrm/espocrm.git"
|
|
},
|
|
"author": "",
|
|
"license": "GPL-3.0",
|
|
"devDependencies": {
|
|
"grunt": "~1.0.3",
|
|
"grunt-contrib-copy": "~1.0.0",
|
|
"grunt-contrib-clean": "~2.0.0",
|
|
"grunt-replace": "~1.0.1",
|
|
"grunt-contrib-concat": "~1.0.1",
|
|
"grunt-contrib-uglify": "~4.0.0",
|
|
"grunt-contrib-cssmin": "~3.0.0",
|
|
"grunt-contrib-less": "~2.0.0",
|
|
"grunt-mkdir": "~1.0.0",
|
|
"grunt-contrib-compress": "~1.4.3",
|
|
"grunt-chmod": "~1.1.0",
|
|
"pofile": "~1.0.11"
|
|
}
|
|
}
|