mirror of
https://github.com/espocrm/espocrm.git
synced 2026-06-28 15:06:06 +00:00
27 lines
646 B
JSON
27 lines
646 B
JSON
{
|
|
"name": "espocrm",
|
|
"version": "4.2.6",
|
|
"description": "",
|
|
"main": "index.php",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/espocrm/espocrm.git"
|
|
},
|
|
"author": "",
|
|
"license": "GPLv3",
|
|
"devDependencies": {
|
|
"grunt": "~0.4.1",
|
|
"grunt-contrib-copy": "~0.5.0",
|
|
"grunt-contrib-clean": "~0.5.0",
|
|
"grunt-replace": "~0.5.1",
|
|
"grunt-contrib-concat": "~0.3.0",
|
|
"grunt-contrib-uglify": "~0.2.4",
|
|
"grunt-contrib-cssmin": "~0.6.2",
|
|
"grunt-contrib-less": "~0.7.0",
|
|
"grunt-mkdir": "~0.1.1",
|
|
"grunt-contrib-compress": "~0.8.0",
|
|
"grunt-chmod": "~1.0.3",
|
|
"pofile": "~1.0.2"
|
|
}
|
|
}
|